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
The delete and backspace keys should be treated in the same way as regular keys when an input is focused as they are needed for text input. This is currently not the case.
The text was updated successfully, but these errors were encountered:
wouterh
changed the title
backspace and delete shortcuts fires when input is focused
backspace and delete shortcuts fire when input is focused
Jul 2, 2018
To accomplish what you are trying to do, you need to add the property alwaysFireHandler="true" to ensure that, when certain keys are pressed on an active element (like an input) the shortcut executes correctly.
The delete and backspace keys should be treated in the same way as regular keys when an input is focused as they are needed for text input. This is currently not the case.
See this example:
https://codesandbox.io/s/zrp902nkzl
The text was updated successfully, but these errors were encountered: