surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
862 stars 363 forks source link

The `onModified` event is not raised when modifying individual mask settings #5578

Closed JaneSjs closed 2 weeks ago

JaneSjs commented 2 weeks ago

T18587 - onModified event gets not triggered when changing mask-specific properties https://surveyjs.answerdesk.io/internal/ticket/details/T18587


View Demo

To reproduce the issue, run the demo and try to update mask-specific settings, for instance, a decimal separator. The creator.onModified event won't be raised.

The creator.onSurveyPropertyValueChanged is not raised as well.