tailwindlabs / headlessui

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
https://headlessui.com
MIT License
25.81k stars 1.07k forks source link

Combobox virtual types don't work when multiple is true #3391

Closed kradical closed 2 months ago

kradical commented 2 months ago

What package within Headless UI are you using?

@headlessui/react

What version of that package are you using?

v2.1.2

Describe your issue

The types don't take into consideration the multiple prop so you wind up bad types.

I'll fix it and put up a PR in a bit.