Is there a way to make the filter input (search box) appear at the top of the dropdown list in a multiselect exactly like it does in the dropdownlist component. The expected behavior is this:
- User clicks on the dropdownlist (or the down arrow)
- The list opens displaying a search (filter) input at the top just like the dropdownlist does.
- User types in the filter and the list filters the results.
- Each dropdown list item has checkbox for selection
- User selects one/multiple items with first item's chip appearing above.
- Below is the screenshot for reference