mirror of https://github.com/vector-im/riot-web
Auto select "Other homeserver" when user press "Edit" in homeserver field (#7337)
parent
834d0ec6fe
commit
8e72118b5d
|
@ -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 New Issue