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

Give the search box field a name
pull/21833/head
Richard van der Hoff 2016-12-06 14:48:25 +00:00 committed by GitHub
commit b3f642e835
1 changed files with 1 additions and 1 deletions

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}