Hi!
How can we specify a radiogroup/checkbox/dropdown options value characters length?
Indicating radiogroup/checkbox/dropdown options value characters length
Answers approved by surveyjs Support
Hello,
You can set maxLength
for values:
CodeSurvey
.Serializer
.findProperty("itemvalue", "value").maxLength = 5;
Live example here:
https://plnkr.co/edit/d6frUKeNYwRI0PZB
Thank you,
Alex
SurveyJS Team
Hello,
We'll create an example for you and update this thread.
Thanks, Serge
SurveyJS Team