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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: