Question T1281
Visible to All Users

hasOther is visible if choose Other and input before.

created 6 years ago

How to set hasOther:"true" in next questions when i choose Other before.

JavaScript
{ name: "page1", elements: [ { type: "checkbox", name: "question18", isRequired: true, hasOther: true, choices: [ "item1", "item2", "item3" ], choicesOrder: "random" }, { type: "radiogroup", name: "question19", choices: [ "item1", "item2", "item3" ] } ] }

Untitled2.png

Answers approved by surveyjs Support

created 6 years ago

Hello,
I do not see any issue here. Set hasOther to true for the question19 to see Other item for it.

Thank you,
Andrew
SurveyJS Team

    Show previous comments (1)

      Here is your example: https://next.plnkr.co/edit/Vd57Ya7aeVCf3AA2 Could you please tell us what should we do to see the problem?

      Thank you,
      Andrew
      SurveyJS Team

        The problem is, how to show / it also appears "Other" in question 19 if I choose "Other" in question 18.
        Thank You.

        Untitled3.png

          I can't reproduce this issue in the example

          Thank you,
          Andrew
          SurveyJS Team