Listbox without a ListboxButton? #2845
hognevevle
started this conversation in
General
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'd like to use the Listbox inside a tippy instance that gets triggered by tiptap's Mention plugin.
Basicly, the listbox would appear whenever you enter a
@
character. Currently, it seems impossible to do this with Listbox, as it requires a ListboxButton to properly set the listbox asopen
. I can use thestatic
prop, but theopen
state remains Closed, so it does not capture keyboard events etc..Would be awesome if we could have a way to set the Listbox state to be Open by default.
Beta Was this translation helpful? Give feedback.
All reactions