paulyoder / angular-bootstrap-show-errors

An Angular directive for Bootstrap to intelligently show form validation errors
MIT License
331 stars 77 forks source link

show-errors no longer works with dropdown selects #33

Closed sdgidwani closed 9 years ago

sdgidwani commented 9 years ago

With the change of the element queryselector to select elements based on type input and not an applied class of .form-control we have lost the ability to use show-errors to validate dropdown select boxes.

zakhenry commented 9 years ago

+1 This occurred at the change https://github.com/paulyoder/angular-bootstrap-show-errors/commit/e93c512acc619c179d191ae6692a17c6bcef50c5

paulyoder commented 9 years ago

Sorry about this breaking change. I reverted the commit that caused the breaking change and published v2.3.0 to fix it.