Option to have .is-invalid
(or custom class) applied to the form-control when form is invalid
#144
Labels
.is-invalid
(or custom class) applied to the form-control when form is invalid
#144
Would it be possible to put a boolean on the component that apply the
.is-invalid
(or some other custom class) to the form-control element if the associated AngularFormControl
is invalid? This would allow the following bootstrap rule to apply:As is, I am left creating a style like so to replicate the above rule:
I can open an issue against the ng2-select component if you prefer -- I'm not sure if this is regularly updated from that or not :)
Thanks for the component though!
The text was updated successfully, but these errors were encountered: