Reactjs – Material ui autocomplete – empty placeholder
I am using material ui autocomplete in my project. The option list is empty initially and on input change, the list will be populated. So during the initial empty state, i need to show the placeholder like this in the…