Question T8707
Visible to All Users

Indicating radiogroup/checkbox/dropdown options value characters length

created 3 years ago

Hi!
How can we specify a radiogroup/checkbox/dropdown options value characters length?

Comments (1)

    Hello,

    We'll create an example for you and update this thread.

    Thanks, Serge
    SurveyJS Team

    Answers approved by surveyjs Support

    created 3 years ago

    Hello,

    You can set maxLength for values:

    Code
    Survey     .Serializer     .findProperty("itemvalue""value").maxLength = 5;

    Live example here:
    https://plnkr.co/edit/d6frUKeNYwRI0PZB

    Thank you,
    Alex
    SurveyJS Team