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
Note: This only happens when uses ng-options. When using ng-repeat directly on tags, it works. But I need to use ng-options as adding an ng-model when using ng-repeat causes an infinite loop when using ng-change.
Describe the error in 1 sentence
When using a multiple select with ng-options, selecting an option causes the dropdown to disappear.
Steps to reproduce
What exactly is supposed to happen
The select dropdown should remain open.
What exactly does happens
The select dropdown closes.
Note: This only happens when uses ng-options. When using ng-repeat directly on tags, it works. But I need to use ng-options as adding an ng-model when using ng-repeat causes an infinite loop when using ng-change.
A link to a page clearly demonstrating the issue
http://jsfiddle.net/gmse4pgc/8
The text was updated successfully, but these errors were encountered: