Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(editors): invalid date should trigger onvalidationerror #19

Merged
merged 2 commits into from
Jul 20, 2020

Conversation

ghiscoding
Copy link
Owner

  • when passing a custom validator & making the date invalid, it should trigger the onValidationError event but it wasn't, that was because we need to call the commitCurrentEdit() or commitChanges() for it to trigger

- when passing a custom validator & making the date invalid, it should trigger the onValidationError event but it wasn't, that was because we need to call the commitCurrentEdit() or commitChanges() for it to trigger
@ghiscoding ghiscoding merged commit 041087e into master Jul 20, 2020
@ghiscoding ghiscoding deleted the fix/date-editor-validator branch July 20, 2020 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants