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
View Plunker
If a panel is collapsed by default ("state": "collapsed"), the following exception appears:
survey.core.min.js:6 Uncaught TypeError: Cannot read properties of null (reading 'forEach')
at t.collectNestedQuestonsInRows (survey.core.min.js:6:451434)
at t.collectNestedQuestionsCore (survey.core.min.js:6:451325)
at t.collectNestedQuestions (survey.core.min.js:6:304046)
at t.onHidingContent (survey.core.min.js:6:450917)
at survey.core.min.js:6:847134
at Array.forEach (<anonymous>)
at t.notifyStateChanged (survey.core.min.js:6:847104)
at t.set (survey.core.min.js:6:238940)
at e.setValue (survey.core.min.js:6:62862)
at e.valueToObj (survey.core.min.js:6:86450)
JaneSjs
changed the title
[Knockout] The Uncaught TypeError: Cannot read properties of null (reading 'forEach') exception is thrown when a Collapsed Panel Contains a Multi-Select Matrix with column
[Knockout] The Uncaught TypeError: Cannot read properties of null (reading 'forEach') exception is thrown when a Collapsed Panel Contains a Multi-Select Matrix
Nov 15, 2023
RomanTsukanov
changed the title
[Knockout] The Uncaught TypeError: Cannot read properties of null (reading 'forEach') exception is thrown when a Collapsed Panel Contains a Multi-Select Matrix
[Knockout] An exception is thrown when a collapsed panel contains a Multi-Select Matrix
Nov 21, 2023
View Plunker
If a panel is collapsed by default (
"state": "collapsed"
), the following exception appears:It works in React (demo).
The text was updated successfully, but these errors were encountered: