Question T16130
Visible to All Users

Tagbox not using default choices from MatrixDropdown/Dynamic

created a year ago

In a survey such as the following, the dropdown cells use the choices defined in the matrix, but tagbox cells do not. Is this a bug?

JSON
{ "logoPosition": "right", "pages": [ { "name": "page1", "elements": [ { "type": "matrixdropdown", "name": "question1", "columns": [ { "name": "Column 1" }, { "name": "Column 2", "cellType": "dropdown" } ], "choices": [ 1, 2, 3, 4, 5 ], "cellType": "tagbox", "rows": [ "Row 1", "Row 2" ] }, { "type": "matrixdynamic", "name": "question2", "columns": [ { "name": "Column 1" }, { "name": "Column 2", "cellType": "tagbox" } ], "choices": [ 1, 2, 3, 4, 5 ] } ] } ] }

Answers approved by surveyjs Support

created a year ago

Hello Alex,
It is definitely a bug. I have created the issue in our Github repo. We will work on the fix.

Thank you,
Andrew
SurveyJS Team

    Comments (1)
    AT AT
    Andrew Telnov a year ago

      Hello Alex,
      This PR fixes the issue. The fix should be available in the version we will release next week.

      Thank you,
      Andrew
      SurveyJS Team