Deepak Jonnalagadda
Results
1
comments of
Deepak Jonnalagadda
I tweaked [Headless UI](https://headlessui.com/react/listbox#selecting-multiple-values) Listbox component to achieve the desired UI. Here is the example code: ```react.js import { Listbox, Transition } from '@headlessui/react'; import { CaretSortIcon, CheckIcon } from...