-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New: Ability to run global validators after field validation. Previously
the global validator would run before the field validation, but now it is possible to also run validators after. This is done by passing `true` as the first argument to the `Editor->validator()` method and then the validation function as the second parameter. The original behaviour is maintained when either `false` is given as the first parameter, or if the validation function is given as the first parameter.
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
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