I am using headless-UI combobox/autocomplete.I would like to enable multiple options selections with this component. Can anyone tell me, how can we achieve this?
Use the multiple
prop word. An array will be passed to value instead of a single option:
<Combobox value={selectedPeople} multiple>
Link: https://headlessui.com/react/combobox#selecting-multiple-values
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With