79256407

Date: 2024-12-05 22:37:46
Score: 1
Natty:
Report link

im my case, the solution was re-set state of input value on end of onChange:

<Autocomplete
    ...
    onChange={(event, newValue) => {
        setSelecteds(newValue);
        setInputValue(inputValue);
    }}
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: antonio alencar