Implement "Add room to group" feature
This commit is contained in:
parent
b42cf74216
commit
ddab8d7b5c
7 changed files with 328 additions and 4 deletions
|
@ -131,7 +131,7 @@ export default withMatrixClient(React.createClass({
|
|||
|
||||
const inputBox = (
|
||||
<form autoComplete="off">
|
||||
<input className="mx_MemberList_query" id="mx_MemberList_query" type="text"
|
||||
<input className="mx_GroupMemberList_query" id="mx_GroupMemberList_query" type="text"
|
||||
onChange={this.onSearchQueryChanged} value={this.state.searchQuery}
|
||||
placeholder={ _t('Filter group members') } />
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue