Mui Autocomplete using Array instead of Json
I am trying to replicate the autocomplete MUI example here. But instead of using a JSON data structure, I am just passing an Array. I am trying the following: export default function SearchTutorialArray() { const top100Films = [ ‘The Shawshank Redemption’, ‘The Godfather’, ‘The Godfather: Part II’, ‘The Dark Knight’, ’12 Angry Men’, "Schindler’s List",… Read More Mui Autocomplete using Array instead of Json