What is the correct way to use select2 tagbox in reactjs application to allow user input for choice items? #9303
-
What I have tried?
What is not working for me? I have added a question like this, but this is not getting rendered as select2 tagbox in React! {
"type": "tagbox",
"renderAs": "select2",
"allowAddNewTag": "true",
"choices": ["one"],
"name": "countries",
"title": "Please select the country you have arrived from:"
} Actual Output: Is there something I am missing? if yes, Please guide me. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @kalpadiptyaroy, Should you have any further questions, please let us know. |
Beta Was this translation helpful? Give feedback.
Hi @kalpadiptyaroy,
Please be informed that we introduced an option to add new choices and tag for our Dropdown and TagBox questions. For more information, please refer to the following release note: Dropdown and Tag Box: Support for User-Defined Options.
Should you have any further questions, please let us know.