parent
9c1c39a025
commit
ab0717ef23
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const MultiAutocompleteSelectFieldComponent: React.FC<MultiAutocompleteSelectFie
|
|||
downshiftOpts?: ControllerStateAndHelpers
|
||||
) => {
|
||||
if (downshiftOpts) {
|
||||
downshiftOpts.reset({ inputValue: "" });
|
||||
downshiftOpts.reset({ inputValue: "", isOpen: true });
|
||||
}
|
||||
onChange({
|
||||
target: { name, value: item }
|
||||
|
|
Loading…
Reference in a new issue