In our case, we have an overlay with lots of chips (Country selection) - so what should we do in this case? Use a dropdown instead with a search field?
There's 195 countries in the world. Do you want users to scroll through a list with that many options or type their country in a search and select it without scrolling?
Hey , to avoid having a search bar inside a selector, you can use autocompletion directly in the input field.
In our case, we have an overlay with lots of chips (Country selection) - so what should we do in this case? Use a dropdown instead with a search field?
There's 195 countries in the world. Do you want users to scroll through a list with that many options or type their country in a search and select it without scrolling?
What does that look like?
I thought one should avoid using dropdowns and use chips instead?