We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T21568 - Re: Matrix with checkboxes instead of radio buttons https://surveyjs.answerdesk.io/internal/ticket/details/T21568
Consider the following form definition:
{ "logoPosition": "right", "pages": [ { "name": "page1", "elements": [ { "type": "matrixdropdown", "name": "matrix-dropdown question", "title": "Please leave your feedback about JavaScript frameworks", "columns": [ { "name": "col1", "cellType": "checkbox", "showInMultipleColumns": true, "choices": [ { "value": "easy-to-learn", "text": "Easy to learn" }, { "value": "two-way", "text": "Two-way data binding" } ] } ], "rows": [ { "value": "angular", "text": "Angular" }, { "value": "react", "text": "React" }, { "value": "vue", "text": "Vue" } ] } ] } ] }
On a desktop, a table appears as follows:
On a mobile, an unnecessary column name appears:
Consider an option to hide the column title when a column's showInMultipleColumns option is enabled.
showInMultipleColumns
The text was updated successfully, but these errors were encountered:
JaneSjs
No branches or pull requests
T21568 - Re: Matrix with checkboxes instead of radio buttons
https://surveyjs.answerdesk.io/internal/ticket/details/T21568
Consider the following form definition:
On a desktop, a table appears as follows:
On a mobile, an unnecessary column name appears:
Consider an option to hide the column title when a column's
showInMultipleColumns
option is enabled.The text was updated successfully, but these errors were encountered: