reset roomlist filter after selection

master
f0x 5 years ago
parent 4197b2be4e
commit 32a207d70d

@ -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)
},

Loading…
Cancel
Save