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 Oct 2, 2019. It is now read-only.
Bug description:
Currently the drop down won't scroll to the selected item for these 2 cases:
1. In combination with
ngAnimate
ngAnimate
as module dependency2. When configured with
uiSelectConfig.resetSearchInput = false
uiSelectConfig.resetSearchInput = false
(or define on component)Link to minimally-working plunker that reproduces the issue:
Here is a plunk that reproduces the issue: https://plnkr.co/edit/n9jwLCyUv87Ba3vPgOvu
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Bootstrap/Select2/Selectize CSS (if applicable):
The issue is related to #976
There is a PR with covering tests about those 2 cases #2034
The text was updated successfully, but these errors were encountered: