Zerotime
0
Q:

autocomplete default value material-ui

  <Autocomplete
    id="id"
    options={Options}
    getOptionLabel={option => option.label}
    defaultvalue={Options.find(v => v.label[0])} 
    renderInput={params => (
      <TextField {...params} label="label" variant="outlined" />
    )}
  />
0

New to Communities?

Join the community