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
As described, this is a near duplicate of #3521 which was fixed in #3534 . However, #3534 failed to fix an edge case where there are non-disabled items that have been filtered out via the search field.
Describe the bug
For autocompletes with an
optionDisabled
prop that returns true forundefined
, pressing keyDown or keyUp can trigger a crash.Steps to reproduce the bug
Expected behavior
No crash
Specifications
Additional context
I have added a pull request (#3565) that creates a test case that exposes this issue, and makes that test case pass.
The text was updated successfully, but these errors were encountered: