Merge pull request #584 from matrix-org/dbkr/search_box_field_name

Give the search box field a name
This commit is contained in:
Richard van der Hoff
2016-12-06 14:48:25 +00:00
committed by GitHub

View File

@@ -89,7 +89,7 @@ export default class DirectorySearchBox extends React.Component {
return <span className={classnames(searchbox_classes)}>
<div className="mx_DirectorySearchBox_container">
<input type="text" value={this.state.value}
<input type="text" name="dirsearch" value={this.state.value}
className="mx_DirectorySearchBox_input"
ref={this._collectInput}
onChange={this._onChange} onKeyUp={this._onKeyUp}