access value material ui autocomplete code example
Example: material ui autocomple how make first option is selected as default
option.label}
defaultValue={Options.find(v => v.label[0])}
renderInput={params => (
)}
/>
option.label}
defaultValue={Options.find(v => v.label[0])}
renderInput={params => (
)}
/>