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.
When items source is refreshed the dropdown calculates the position. calculating the position uses timeout to set opacity=0/1 till the calculation ends. So if the user types something and items gets refreshed the ddl flickers on every key stroke.
I cannot think on any reason to calculate the position on Items refresh, the way I see it, position should be set only on init (before drop is shown for the first time). None the less this is a bug that caused me to revert to version 0.12.1 instead of 0.13.*