We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The incorrect prop is being called here when the keyUp event is called:
blueprint/packages/select/src/components/multi-select/multiSelect.tsx
Line 405 in dd1db7c
Will add briefly
onKeyUp
onKeyDown prop is called on keyUp events
onKeyDown prop is called on keyDown events
Replace here with onKeyUp. THIS WOULD TECHNICALLY BE A BREAKING CHANGE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The incorrect prop is being called here when the keyUp event is called:
blueprint/packages/select/src/components/multi-select/multiSelect.tsx
Line 405 in dd1db7c
Environment
Code Sandbox
Will add briefly
Steps to reproduce
onKeyUp
PropActual behavior
onKeyDown prop is called on keyUp events
Expected behavior
onKeyDown prop is called on keyDown events
Possible solution
Replace here with
onKeyUp
. THIS WOULD TECHNICALLY BE A BREAKING CHANGEThe text was updated successfully, but these errors were encountered: