Replies: 1 comment 1 reply
-
Greetings @Cuttsy27 , There are a few things involved here.
Before looking at possible solutions, what kind of content are you looking at adding? Is it similar to one of your options or some other content? |
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
-
Hi,
I'm trying to add functionality to a reusable SelectMenu component in my project and one of the features should be to add custom content above the options list (inside MenuList?). I can render content above the menu's options here, but it isn't focusable/interactable. Adding the content to the Menu component closes the SelectMenu on click/focus also.
I have seen the experimental popout example in the docs, but I assume that only allows the default search input and probably removes other functionality from properly displaying such as multi-select.
Beta Was this translation helpful? Give feedback.
All reactions