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

Apply user options to per field validation #901

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

Conversation

sphenk
Copy link
Contributor

@sphenk sphenk commented Oct 23, 2015

Problem: user options are ignored on action 'validate' when the target is a field.

My use case:

  • several fields on a row should be validated when leaving a field on the row
  • if the user missed an error preceding the current field, show a prompt (showPrompts: true / default)
  • fields after the current field validate but this is only made visible by using setCustomValidity
  • all this prevents clutter of error messages

Solution: use an options map during per field validation that is not saved but is based on the saved form options or otherwise on the defaults

Sorry for the .gitignore. I'm new to git(hub) and I do not see any controls to limit the set of commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants