-
-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add onSubmit error handling, run onBlur/onChange validation on …
…form submit * fix(form-core): run onChange/onBlur field validation on form submit * clear the onsubmit error when user enters a valid value * remove space * fix formatting issue * chore: allow for both onChange and onBlur to run on submit * feat: add onSubmit error validation to field * test: add test for onSubmit validation errors on field * chore: fix formatting --------- Co-authored-by: Corbin Crutchley <[email protected]>
- Loading branch information
1 parent
20376eb
commit 344743b
Showing
3 changed files
with
164 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters