Feature: Multi-Listbox #348
itsthekeming
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Can you provide the code you experimented? |
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
-
I poked around and experimented some but haven't been able to find out if this is natively supported. The native
select
has amultiple
attribute that allows the user to select multiple options.I was able to sort of hack this into the
Listbox
by passing it an array, but the types in TypeScript were a bit wonky (I was using React). I was able to use aPopover
with checkboxes to achieve what I wanted, but I'm wondering if this could be a supported use case.Beta Was this translation helpful? Give feedback.
All reactions