Spaces autofocus and prefill the search box
This commit is contained in:
parent
fb46815b6a
commit
4e9a2df3b0
3 changed files with 7 additions and 1 deletions
|
@ -570,6 +570,8 @@ const SpaceRoomDirectory: React.FC<IProps> = ({ space, initialText = "", onFinis
|
|||
className="mx_textinput_icon mx_textinput_search"
|
||||
placeholder={ _t("Search names and description") }
|
||||
onSearch={setQuery}
|
||||
autoFocus={true}
|
||||
initialValue={initialText}
|
||||
/>
|
||||
|
||||
{ content }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue