Dogfalo/materialize

Autocomplete arrow selection disappearing

Cumbalin opened this issue · 2 comments

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.

Hello, I recommend you to post your issue in the active community fork : https://github.com/materializecss/materialize so the team can better track this issue in order to check what's going on.

(once reposted, I also recommend you to close this issue)