Autocomplete: How to focus the first item on "Backspace"? #8484
-
We'd like to have the same behavior as |
Beta Was this translation helpful? Give feedback.
Answered by
snowystinger
Jul 3, 2025
Replies: 1 comment 2 replies
-
If I recall correctly, @LFDanLu correct me if I misstate, this is actually due to screen readers which wouldn't announce the change when deleting. In order to make it accessible, we had to forgo this behaviour and make it a deliberate choice to select the option again. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lixiaoyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I recall correctly, @LFDanLu correct me if I misstate, this is actually due to screen readers which wouldn't announce the change when deleting. In order to make it accessible, we had to forgo this behaviour and make it a deliberate choice to select the option again.