onActive event for Combobox.Option? #1960
Unanswered
prasannamestha
asked this question in
Help
Replies: 0 comments
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.
-
Hello everybody,
I am trying to create a command palette with nice animations. I created the animation using an overlay element and the overlay slides onto the hovered item.
Now I want to make the overlay to slide into the active item when keyboard arrow buttons are pressed. IMO, it would be very convenient to have an
onActive
event forCombobox.Option
. Do you guys know any way how I could achieve the same?Codesandbox link: https://codesandbox.io/s/command-palette-cfj2f4
Expected behavior: Emil Kowalski's blog
Thank you
Beta Was this translation helpful? Give feedback.
All reactions