Open
Description
Provide a general summary of the issue here
Typing in the autocomplete input triggers Storybook shortcuts, whereas typing in the same component without <Autocomplete>
works as expected.
See the official Autocomplete example story.
π€ Expected Behavior?
The input shouldn't be triggering app-wide shortcuts as the user is typing in the input field.
π― Current Behavior
When hitting a key that has an application-defined shortcut, that shortcut is triggered, as well as the key is being entered.
π Possible Solution
No response
π¦ Context
It makes testing in Storybook a pain.
π₯οΈ Steps to Reproduce
- Open the official Autocomplete storybook.
- Focus the input field in the autocomplete
- Type
m
- The Storybook "measure" tool is activated.
Do the same in a regular input, and it'll work as expected.
Version
react-aria: 3.38.1, react-aria-components: 1.7.1
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
macOS
π§’ Your Company/Team
No response
π· Tracking Issue
No response