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
…fixes#571 (#574)
* fix(editors): fix all Editors custom validators with invalid results
* fix(editors): all Editors should call commitChanges even when invalid
- for the Editor validators to work properly it needs to call the commitChanges() at all time even when potentially invalid or value is unchanged so that the validator can be executed at all time
I'm submitting a Bug report
Your Environment
Describe the Bug
Editors.singleSelect
cell validation is not firing theonValidationError(e,args)
after cell edit completes.Steps to Reproduce
Editor.singleSelect
Expected Behavior
onValidationError should taken place
Current Behavior
Error handling is not prompting the alert message
Possible Solution
Code Sample
The text was updated successfully, but these errors were encountered: