I'm looking on how to create a dropdown with multiple select options that also allows to search the values.
The expected result is like the Autocomplete Multiple Values of Material UI component.
I couldn't find something related and I was wondering if there is a package or another way to achieve this?
I found this multiple_select package, that has a searcher inside. Hope it helps to the community.