-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Milestone
Description
Hello,
I have overwritten the showErrors method with the given example and noticed all fields get a ready class regardless if they are already checked or not (perhaps it is related to the UniqueEntity check on the same field).
In general I would like to see 3 kinds of events, which are fired during the validation process, at the moment showErrors seems to be called before and after validation.
- Validating
- Success
- Failure
For long running validations or similar the validating event would be great.