Replies: 1 comment 1 reply
-
Noticed this one as well. If it's not intended behaviour then maybe it should be reported as an issue? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When selecting a
Combobox.Option
using a keyboard focus never leaves theCombobox.Input
. When selecting aCombobox.Option
using a pointer focus is lost (returned to the<body>
probably).Like a native
<select>
, it would be nice if focus was returned toCombobox.Input
upon selection using a pointing device.Beta Was this translation helpful? Give feedback.
All reactions