T26972 - getPlainData() wrong displayValue output
https://surveyjs.answerdesk.io/internal/ticket/details/T26972
View Demo
Current output:
{
"name": "checkbox_matrix",
"title": "Checkbox Matrix",
//...
"displayValue": {
"Feature X": [
"option_a"
],
"Feature Y": [
"option_b"
],
"Feature Z": [
"option_c"
]
},
//...
Expected output:
{
"name": "checkbox_matrix",
"title": "Checkbox Matrix",
//...
"displayValue": {
"Feature X": [
"Option A"
],
"Feature Y": [
"Option B"
],
"Feature Z": [
"Option C"
]
},
T26972 - getPlainData() wrong displayValue output
https://surveyjs.answerdesk.io/internal/ticket/details/T26972
View Demo
Current output:
{ "name": "checkbox_matrix", "title": "Checkbox Matrix", //... "displayValue": { "Feature X": [ "option_a" ], "Feature Y": [ "option_b" ], "Feature Z": [ "option_c" ] }, //...Expected output:
{ "name": "checkbox_matrix", "title": "Checkbox Matrix", //... "displayValue": { "Feature X": [ "Option A" ], "Feature Y": [ "Option B" ], "Feature Z": [ "Option C" ] },