This commit is contained in:
Pieter Vander Vennet 2023-09-24 01:25:00 +02:00
parent 4d2d54175c
commit 56934b79f6
3 changed files with 17 additions and 9 deletions

View file

@ -54,6 +54,7 @@
if (
confg.mappings?.length > 0 &&
confg.multiAnswer &&
(checkedMappings === undefined ||
checkedMappings?.length < confg.mappings.length + (confg.freeform ? 1 : 0))
) {