diff --git a/src/Creatable.js b/src/Creatable.js index b2c8982547..99f6b98143 100644 --- a/src/Creatable.js +++ b/src/Creatable.js @@ -80,6 +80,7 @@ const Creatable = React.createClass({ options.unshift(option); this.select.selectValue(option); + this.inputValue = ''; } } },