Skip to content

Commit

Permalink
fix: fix android input case
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Oct 10, 2024
1 parent 2b31d6d commit d874aa9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2010,6 +2010,7 @@ export class NetworkSettings extends PureComponent {
<TextInput
ref={this.inputRpcURL}
style={inputErrorRpcStyle}
value={rpcUrlForm}
autoCapitalize={'none'}
autoCorrect={false}
onChangeText={this.onRpcUrlAdd}
Expand Down Expand Up @@ -2039,6 +2040,7 @@ export class NetworkSettings extends PureComponent {
ref={this.inputNameRpcURL}
style={inputErrorRpcStyle}
autoCapitalize={'none'}
value={rpcNameForm}
autoCorrect={false}
onChangeText={this.onRpcNameAdd}
onFocus={this.onRpcUrlFocused}
Expand Down

0 comments on commit d874aa9

Please sign in to comment.