Files
headlessui/packages/playground-react/pages
Robin Malfait 0c34fe802c Add explicit multiple prop (#1355)
* add explicit `multiple` prop to the `Combobox`

This allows you to set the value to a **tuple** in `single-value` mode,
which was not possible before the `multiple` prop was introduced,
because then it resulted in `multi-value` mode instead of `single-value`
mode.

* add explicit `multiple` prop to the `Listbox`

This allows you to set the value to a **tuple** in `single-value` mode,
which was not possible before the `multiple` prop was introduced,
because then it resulted in `multi-value` mode instead of `single-value`
mode.

* update changelog

* update playground to use `multiple` prop
2022-04-22 18:55:55 +02:00
..
2022-04-13 22:07:01 +02:00
2022-04-13 22:07:01 +02:00