Fix the warning ‘The value provided to Autocomplete is invalid’ for MUI Autocomplete
For the development of a Ract component I used MUI Autocomplete. I got the array of objects from SharePoint list and used this data as a parameter for options. Actually, you can use any source.But I had a lot of warnings in console. MUI: The value provided to Autocomplete is invalid.None of the options match […] Read more»