-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Allow 'multiple' Listbox options #92
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Small quality of life improvement for anyone using this PR - you'll want to probably wrap the |
Ah, good call! Added 👍 |
@rgossiaux, Is it possible to select multiple listbox options in version 2.0 of svelte-headlessui? |
Added
multiple
as a Listbox option allowing a multi-selectmultiple
Note
I needed this for a project I'm migrating over to Svelte (from Vue), so I make a quick fork to implement the
multiple
option that HeadlessUI currently has (near 1:1 implementation).I took a glance at #47, #57, and #63 where you mentioned doing a bit of a rework. If this PR won't work because of that, no worries.