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
If you set the defaultValue for a TagBox question in jQuery, the following issues occur.
Default values are not displayed;
It is impossible to select any options in a TagBox.
{
"elements": [
{
"type": "tagbox",
"isRequired": true,
"choicesByUrl": {
"url": "https://surveyjs.io/api/CountriesExample"
},
"name": "countries",
"defaultValue": ["Albania","Benin"],
"title": "Which countries have you visited within the last three years?",
"description": "Please select all that apply."
}
],
"showQuestionNumbers": false
};
* work for #7362 TagBox - Default values are not displayed and Tag Box becomes unresponsive
* work for #7362 [jQuery] TagBox - Default values are not displayed and Tag Box becomes unresponsive
* work for #7362 fix vue
---------
Co-authored-by: OlgaLarina <[email protected]>
RomanTsukanov
changed the title
[jQuery] TagBox - Default values are not displayed and Tag Box becomes unresponsive
[jQuery] Multi-Select Dropdown (Tag Box): Default values are not displayed, and Tag Box becomes unresponsive
Nov 21, 2023
User Issue: T15578 - tagbox default values
https://surveyjs.answerdesk.io/internal/ticket/details/T15578
If you set the
defaultValue
for a TagBox question in jQuery, the following issues occur.View Demo
2023-11-16_11-23-52.mp4
This survey works in React (View Demo).
2023-11-16_11-24-46.mp4
The text was updated successfully, but these errors were encountered: