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

This commit is contained in:
Šimon Brandner
2022-02-07 18:50:25 +01:00
committed by GitHub
parent 834d0ec6fe
commit 8e72118b5d

View File

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