You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Multiple select bound to model with ng-model and ng-options does not mark field as invalid if ng-model points to an empty array. Once you select and deselect value in select, validation starts to work as expected.
Multiple select bound to model with
ng-model
andng-options
does not mark field as invalid ifng-model
points to an empty array. Once you select and deselect value in select, validation starts to work as expected.Here's the plunker demonstrating this issue.
Controller:
HTML:
The text was updated successfully, but these errors were encountered: