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
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
It would be good to add option to automatically validate straight away when blur from the field, as it will make the validation feel more speedy to the user.
The text was updated successfully, but these errors were encountered:
Yup. I think the whole delay and triggering of the validation needs a bit of refinement.
For instance, if there is already an error shown, validation should next run as soon as it can i.e. on keypress and without delay.
Or just 'reset' the ui to remove the error/success msg as soon as key is pressed, as it won't be known if it's valid until the validation is actually run after the delay.
The whole plugin feels pretty slow imo because of all this delay stuff
…234)
- Scoping `input`/`change`/`focusout` event handlers to `INPUT_SELECTOR` elements (Fixes#251)
- Immediately validate on blur (Fixes#130)
- Only validate a field if it is dirty or invalid (Fixes#258, Fixes#152)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be good to add option to automatically validate straight away when blur from the field, as it will make the validation feel more speedy to the user.
The text was updated successfully, but these errors were encountered: