Auto select "Other homeserver" when user press "Edit" in homeserver field (#7337)
This commit is contained in:
parent
834d0ec6fe
commit
8e72118b5d
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue