You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-Select Matrix with a Checkbox column (Show in Multiple Columns) - Choices are not disabled when a user selects the number of choices defined as maxSelectedChoices
#6866
Usage Scenario: implement a multi-select matrix with Checkboxes hich appear in multiple columns. Prevent users from selecting more than the specified number of options per row.
Usage Scenario: implement a multi-select matrix with Checkboxes hich appear in multiple columns. Prevent users from selecting more than the specified number of options per row.
View Demo
Expected behavior: when a user selects two options, disable other options within a row. Like it's done for a standalone Checkbox question.
Current behavior: when a user selects two options, other options cannot be selected (OK), but there is no indication of it.
The text was updated successfully, but these errors were encountered: