-
Notifications
You must be signed in to change notification settings - Fork 77
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
Multiple input elements #35
Comments
+1 |
jantimon
added a commit
to jantimon/angular-bootstrap-show-errors
that referenced
this issue
Feb 13, 2015
jantimon
added a commit
to jantimon/angular-bootstrap-show-errors
that referenced
this issue
Feb 13, 2015
What do you think @paulyoder could this be merged? |
+1 |
1 similar comment
+1 |
Is this going to be merged at all? |
Don't think this module is maintained anymore |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given a form which has one label but multiple input elements per row:
Unfortunately angular-bootstrap-show-errors validates only the first input element.
Could you add an setting which turns
blurred
into an array?https://github.com/paulyoder/angular-bootstrap-show-errors/blob/master/src/showErrors.js#L27
This would allow us to show errors for multiple elements after all of them were touched.
The text was updated successfully, but these errors were encountered: