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}
|
value={this.state.otherHomeserver}
|
||||||
validateOnChange={false}
|
validateOnChange={false}
|
||||||
validateOnFocus={false}
|
validateOnFocus={false}
|
||||||
|
autoFocus={true}
|
||||||
id="mx_homeserverInput"
|
id="mx_homeserverInput"
|
||||||
/>
|
/>
|
||||||
</StyledRadioButton>
|
</StyledRadioButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user