You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following exception is thrown on an attempt to select a Single-Choice Matrix option:
survey.core.min.js:6 Uncaught TypeError: Cannot create property 'Fourches' on string 'nc'
at t.onMatrixRowChanged (survey.core.min.js:6:722437)
at Object.func (survey.core.min.js:6:711024)
at e.propertyValueChanged (survey.core.min.js:6:152458)
at e.setPropertyValue (survey.core.min.js:6:151292)
at t.set (survey.core.min.js:6:711563)
at Object.checked (eval at parseBindingsString (knockout.js:305:238), <anonymous>:3:575)
at Object.eb (knockout.js:266:275)
at HTMLInputElement.e (knockout.js:435:247)
To reproduce the issue, run the demo (View Demo) and select the NON CONCERNE option in the first row:
andrewtelnov
changed the title
Single-Selection Matrix - Cannot create property 'Fourches' on string 'nc'
Do not allow to set incorrect value into our complex questions
Aug 4, 2023
RomanTsukanov
changed the title
Do not allow to set incorrect value into our complex questions
Matrix-like questions allow setting incorrect values
Aug 9, 2023
The following exception is thrown on an attempt to select a Single-Choice Matrix option:
To reproduce the issue, run the demo (View Demo) and select the NON CONCERNE option in the first row:
The survey was taken at https://stackoverflow.com/questions/76004183/survey-js-default-value-in-a-matrix-of-radiobutton.
The text was updated successfully, but these errors were encountered: