fix(react): prevent warning about controlled inputs
This commit is contained in:
parent
a4681d8832
commit
24aae95c63
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ function ComboSearch<Result>({
|
|||
{...props}
|
||||
onChange={handleOnChange}
|
||||
onBlur={onBlur}
|
||||
value={value}
|
||||
value={value ?? ''}
|
||||
autocomplete={false}
|
||||
id={id}
|
||||
aria-describedby={describedby}
|
||||
|
|
Loading…
Add table
Reference in a new issue