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
To set None Item into the end it should changed to: settings.specialChoicesOrder.noneItem = [3];
To show None Item in the start and in the end you can call the following code: settings.specialChoicesOrder.noneItem = [-3, 3];
Updated:
The following settings has been added into survey:
To set None Item into the end it should changed to:
settings.specialChoicesOrder.noneItem = [3];
To show None Item in the start and in the end you can call the following code:
settings.specialChoicesOrder.noneItem = [-3, 3];
None Item Position
Display the None option at the End of a list
https://surveyjs.answerdesk.io/internal/ticket/details/T15424
https://surveyjs.answerdesk.io/internal/ticket/details/T7494
https://surveyjs.answerdesk.io/internal/ticket/details/T13732
https://surveyjs.answerdesk.io/internal/ticket/details/T13495
Display the None option at the Top of the Checkbox list
https://surveyjs.answerdesk.io/internal/ticket/details/T11773
Additional inquiries:
isExlusive
property for Checkbox Items #4778The text was updated successfully, but these errors were encountered: