mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Autofocus search box in the add existing to space dialog
This commit is contained in:
parent
dda18c9384
commit
9319dd5400
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ const AddExistingToSpaceDialog: React.FC<IProps> = ({ matrixClient: cli, space,
|
|||
placeholder={ _t("Filter your rooms and spaces") }
|
||||
onSearch={setQuery}
|
||||
autoComplete={true}
|
||||
autoFocus={true}
|
||||
/>
|
||||
<AutoHideScrollbar className="mx_AddExistingToSpaceDialog_content" id="mx_AddExistingToSpaceDialog">
|
||||
{ rooms.length > 0 ? (
|
||||
|
|
Loading…
Reference in a new issue