Would you accept a PR to let the input field handle Home and End keys in useComboBox #2187
stefanprobst
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I would need to ask the team how they feel about this change, but in the meantime you could simply override "Home" and "End" on the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i realize i have brought this up before, but since i have been asked again myself - would you accept a PR to let the input field handle Home and End keys in useComboBox (instead of Home and End moving the selection in the listbox popup)? a similar
handleHomeEndKeys
option exists in the MaterialUI Autocompletei think these would be all the necessary changes: stefanprobst@f62a28c
Beta Was this translation helpful? Give feedback.
All reactions