score:3

Accepted answer

you also need to spread the params.inputprops from the autocomplete:

<textfield
  {...params}
  inputprops={{ ...params.inputprops, tabindex: 1 }}
  label="freesolo"
/>

Related Query

More Query from same tag