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.
fix(ui-select): avoid dropdown flickering on search
setting the opacity to 0 on each call to calculateDropdownPos brought
the dropdown to flicker when you typed a search text. Now it is only
doing this on initially opening the dropdown which avoids a flickering
on the opening effect.
0 commit comments