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
906 stars 373 forks source link

Property Grid: A required property validation error message does not disappear when a single character remains #4136

Closed JaneSjs closed 1 year ago

JaneSjs commented 1 year ago

Example

Issues with the Required validation:

https://github.com/surveyjs/survey-creator/assets/22372972/510fcd16-2c21-4c87-a87f-77e6acde1fb7

andrewtelnov commented 1 year ago

Requried text editor has text input mode equals to "onBlur" instead of "onTyping" that we have before.

Thank you, Andrew