'How to create reusable dropdown component using material ui or mui in react?

Any solution to create reusable dropdown component using material ui or mui in react ?



Solution 1:[1]

I think you can use Material UI - Autocomplete component to create the reusable dropdown component.

enter image description here

Here is the documentation and code example inside:

https://mui.com/components/autocomplete/#main-content

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1