<Autocomplete
{...defaultProps}
id="disable-close-on-select"
disableCloseOnSelect
renderInput={(params) => (
<TextField {...params} label="disableCloseOnSelect" variant="standard" />
)}
/>
This is the sandbox link.
endAdornment
arrow taking too much space with the last character in Material-UI Autocomplete
.