diff --git a/src/components/MagicInput/index.jsx b/src/components/MagicInput/index.jsx index 58795952..e1affc78 100644 --- a/src/components/MagicInput/index.jsx +++ b/src/components/MagicInput/index.jsx @@ -450,6 +450,7 @@ class MagicInput extends PureComponent { this.clearInputValue(); this.setState( { + inputValue: '', tags: [], currentFilter: null, isFocus: false,