Autocomplete – How can I set a default value?
I tried all the above solutions and nothing worked. Perhaps the API has changed since then. I finally figured out a solution. It’s not so elegant, but in principle it makes sense. In my case the options are objects. I just had to set the “value” prop using the exact item from my options array. … Read more