-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Description
I'm using the autocomplete function. When I use the arrow keys to move up and down the popup menu, the selection disappears after 1 second. This means that if I have a large dropdown, I can only arrow down a few items before the selection disappears and if I'm still pressing down, it will start over at the top.
Here is small video of what I am experiencing.
https://user-images.githubusercontent.com/84863620/121253086-ef7b0100-c865-11eb-83d1-b227541a0535.mp4
I've tried tinkering with line 6664 this.$active.removeClass('active')
but it doesn't seem to stop the disappearing act, it only stops the removal of the active from the previously selected item.
Metadata
Metadata
Assignees
Labels
No labels