surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.01k stars 782 forks source link

`SurveyModel`'s `onValueChanging` event is not raised when updating a comment value #8292

Closed JaneSjs closed 1 month ago

JaneSjs commented 1 month ago

T18205 - Invoking onMatrixCellValueChanged when comment in matrix dropdown is modified https://surveyjs.answerdesk.io/internal/ticket/details/T18205


When a matrix cell value is updated, the onValueChanging and onValueChanged events are raised. However, when the comment text is updated, only the survey.onValueChanged event is raised. View Demo

Expected behavior: the survey.onValueChanging event should be raised when updating a matrix comment text. It is necessary to get an old comment value.