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
@adidahiya - seems like this bug is caused due to an infinite loop in getFirstEnabledItem() in select/src/components/query-list/ component when startIndex = -1 and all items are disabled the index variable is stuck in the range of 0 - maxIndex.
Environment
Steps to reproduce
Actual behaviour
Crashes.
Expected behaviour
Same as when no results (filter by "thegod" to test) - nothing should happen when I press an arrow key.
Possible solution
Not investigated
The text was updated successfully, but these errors were encountered: