Auto select "Other homeserver" when user press "Edit" in homeserver field (#7337)

pull/21833/head
Šimon Brandner 2022-02-07 18:50:25 +01:00 committed by GitHub
parent 834d0ec6fe
commit 8e72118b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
value={this.state.otherHomeserver} value={this.state.otherHomeserver}
validateOnChange={false} validateOnChange={false}
validateOnFocus={false} validateOnFocus={false}
autoFocus={true}
id="mx_homeserverInput" id="mx_homeserverInput"
/> />
</StyledRadioButton> </StyledRadioButton>