1 <TextField
2 inputRef={input}
3 {...params}
4 inputProps={{
5 ...params.inputProps,
6 autoComplete: "disabled", // disable autocomplete and autofill
7 }}
8 margin="none"
9 fullWidth
10 />