Open ohmsl opened 2 weeks ago
Hi Thanks for your issue.
You can use event.defaultMuiPrevented = true
to only prevent the MUI logic without totally stopping the propagation.
The following example should keep all the other keyboard interactions.
I'm keeping this issue with "Waiting for upvote" for a built-in support.
And I will fire a pull request to make MuiCancellableEventHandler
which I uses in this example public :+1:
Thank you Flavien 🙏🏼
Expected Behaviour
Temporary Workaround
This simple workaround works, but it also disables more useful keyboard navigation like the arrow keys.
Search keywords: type ahead, focusing, single character