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 Sep 5, 2024. It is now read-only.
When I use md-min-length="0" in my chips/autocomplete it opens directly and I can select something, but the auto complete pops up again immediately after I select something. I guess because of the focus, but it feels weird.
See this example http://codepen.io/mxab/pen/zvGQeE?editors=101
I think what would be more expected that it opens again after I explicitly click into the input again, like for example in select2's multi select (https://select2.github.io/examples.html#multiple)