diff --git a/src/components/MagicInput/index.jsx b/src/components/MagicInput/index.jsx index 59eedd81..b8abc5dd 100644 --- a/src/components/MagicInput/index.jsx +++ b/src/components/MagicInput/index.jsx @@ -223,6 +223,7 @@ class MagicInput extends PureComponent { value = key === 'false' ? false : key; } this.updateInput(value); + this.onFocusChange(false); }; handleSelectFilter = ({ key }) => {