Closed SamMousa closed 6 months ago
Bug
Special values (none, dontknow, refuse) don't have their labels rendered when used inside a matrix column.
none
dontknow
refuse
It should "just work".
Either paste the JSON below, or follow these steps:
The preview shows the same issue. This bug also applies to refuse and dontknow, which are not enabled on surveyjs.io.
Tested page URL: https://surveyjs.io/create-free-survey
Test code
{ "pages": [ { "name": "page1", "elements": [ { "type": "matrixdropdown", "name": "question1", "columns": [ { "name": "Column 1", "cellType": "radiogroup", "showInMultipleColumns": true, "showNoneItem": true, "noneText": "None abc" } ], "choices": [ 1, 2, 3, 4, 5 ], "rows": [ "Row 1", "Row 2" ] } ] } ] }
@SamMousa If you put "choices" property inside the column then it will work. We will take a look, but in 90% cases developers use "choices" inside columns
Thank you, Andrew
Are you requesting a feature, reporting a bug or asking a question?
Bug
What is the current behavior?
Special values (
none
,dontknow
,refuse
) don't have their labels rendered when used inside a matrix column.What is the expected behavior?
It should "just work".
How would you reproduce the current behavior (if this is a bug)?
Either paste the JSON below, or follow these steps:
The preview shows the same issue. This bug also applies to refuse and dontknow, which are not enabled on surveyjs.io.
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://surveyjs.io/create-free-survey
Test code
Specify your