How do I correctly assign a default / previously known setting to a MUI React Autocomplete drop down with options from the network in typescript?
I’ve read a few similar questions around class based approaches to this question, and am yet to find one that loads the contents of the autocomplete from the network at the same time as trying to set an originally agreed default value.