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
What you did:
I found that InputBlur event is not triggered when focus is moved away from combobox input.
This behavior is observable only when user closes menu with Escape.
Reproduction repository:
I don't have repository, but I was using example code from Combobox/Controlling state section
Here is the steps to reproduce the issue:
Open "Controlling state" example from "useCombobo" page
In editor add onStateChange: (change) => console.log(change),
downshift
version: 9.0.8node
version: 22.10.0npm
(oryarn
) version: 10.9.0What you did:
I found that InputBlur event is not triggered when focus is moved away from combobox input.
This behavior is observable only when user closes menu with Escape.
Reproduction repository:
I don't have repository, but I was using example code from Combobox/Controlling state section
Here is the steps to reproduce the issue:
onStateChange: (change) => console.log(change),
Expected:
Actual:
As you can see blur event is not triggered.
NOTE: When onBlur callback is added to input, it actually get called
Problem description:
Suggested solution:
The text was updated successfully, but these errors were encountered: