Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b3f642e

Browse files
authored
Merge pull request #584 from matrix-org/dbkr/search_box_field_name
Give the search box field a name
2 parents 004b420 + a3ab598 commit b3f642e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/elements/DirectorySearchBox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default class DirectorySearchBox extends React.Component {
8989

9090
return <span className={classnames(searchbox_classes)}>
9191
<div className="mx_DirectorySearchBox_container">
92-
<input type="text" value={this.state.value}
92+
<input type="text" name="dirsearch" value={this.state.value}
9393
className="mx_DirectorySearchBox_input"
9494
ref={this._collectInput}
9595
onChange={this._onChange} onKeyUp={this._onKeyUp}

0 commit comments

Comments
 (0)