Skip to content

getPlainData returns column values instead of column display values for a Checkbox Matrix #11175

@JaneSjs

Description

@JaneSjs

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"
         ]
      },

Metadata

Metadata

Assignees

Labels

buguser issueAn issue or bug reported by users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions