Auto select "Other homeserver" when user press "Edit" in homeserver field (#7337)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user