Autocomplete.Input
does not allow value to be set to empty string ""
#1995
Labels
Autocomplete.Input
does not allow value to be set to empty string ""
#1995
Describe the bug
If the value is explicitly set to an empty string from the parent on the
Autocomplete.Input
it won't clear the text in the field.To Reproduce
Line 149 in AutocompleteInput.tsx
Expected behavior
It should either allow empty strings or change the operation to be
setInputValue(value || '')
.Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: