Any keypress from editable elements does not set keyboard navigation mode
ling1726 opened this issue · 0 comments
ling1726 commented
Lines 244 to 253 in 197b994
The current keyboard navigation check is done so that any keypress (even ones explicitly set by the user) will not trigger keyboard navigation mode. This results in keys like Tab
not triggering keyboard navigation mode:
Repro: https://codesandbox.io/p/sandbox/laughing-julien-fzkln2?file=%2Fsrc%2Fexample.tsx
- Click on the input
- Press tab
- First button does not have a focus outline