Relative Content

Tag Archive for reactjstypescriptmaterial-ui

Mui adding a searchbar to select component

I am attempting to add a searchbar to my MUI select componen, however the value feild is causing the component to close when the searchbar is clicked and an option has not yet been selected.my desired outcome is for my default value to be an empty string and still be able to use the searchbar without select closing. to solve this problem i have attempted to add a default value and a forced value however this does not work because the default strings are not one of the options in select.