autocomplete setting value to 0 material ui 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 => (
)}
/>