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

Add confirm_empty_fields key for text fields #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sxross
Copy link

@sxross sxross commented Sep 1, 2015

This allows the optional confirm_empty_fields key to bypass check marking text fields on blur if set to "false". Default behavior is "true" which is the original behavior.

If confirm_empty_fields is "false", empty fields will not be checked
on a blur event. If it is not present or any other value, the
behavior will be unchanged: empty fields visited (focused) but
unchanged will be given a checkmark if they validate.
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.

1 participant