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