Multiselect Dropdown with Searchbar and Checkbox

I were asked to create this kind of Multiselect Dropdown, which have these properties:

  • An input to show all the option that has been checked, which is separated one by one and have a delete icon
  • A multiselect dropdown which have a searchbar, some items that are arranged base on their categories which can be chose through a checkbox
    Here is a sample image
    image

Can you give me some ideas about the way to create this kind of dropdown?

  1. Use a plugin - I believe there is one that does it, but maybe that was just for formatting.
  2. Build it. Make an rg show the selection choices. Put that into a group focus. Have it open under the group containing selected choices and the search input

This topic was automatically closed after 70 days. New replies are no longer allowed.