diff --git a/components/filterList.js b/components/filterList.js index 41ceaa8..a7ee525 100644 --- a/components/filterList.js +++ b/components/filterList.js @@ -16,7 +16,8 @@ let FilterList = create({ }, select: function(id) { - this.setState({selection: id}) + this.setState({selection: id, filter: ""}) + this.state.inputRef.value = "" this.props.callback(id) },