Open jantimon opened 9 years ago
Given a form which has one label but multiple input elements per row:
zip/city [____] [_______]
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
blurred
This would allow us to show errors for multiple elements after all of them were touched.
+1
What do you think @paulyoder could this be merged?
Is this going to be merged at all?
Don't think this module is maintained anymore
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#L27This would allow us to show errors for multiple elements after all of them were touched.