Replies: 1 comment 4 replies
-
For React Aria, we currently support isFocused in the render props for ListBoxItem, but we would need to add onFocus/onBlur/onFocusChange handlers to ListBoxItem to get this. This seems reasonable to me, feel free to create an issue for more discussion. For React Spectrum, we don't have individual focus handlers on any collection items, and I don't think that is something we'll support based on how collection items work now. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Essentially the title.
I want to perform some item-specific actions when the user highlights (focuses or hovers) an item inside ComboBox.
I’ve read the docs, but couldn’t come up with a reasonably straightforward solution.
Beta Was this translation helpful? Give feedback.
All reactions