Skip to content

Commit d874aa9

Browse files
committed
fix: fix android input case
1 parent 2b31d6d commit d874aa9

File tree

1 file changed

+2
-0
lines changed
  • app/components/Views/Settings/NetworksSettings/NetworkSettings

1 file changed

+2
-0
lines changed

app/components/Views/Settings/NetworksSettings/NetworkSettings/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,6 +2010,7 @@ export class NetworkSettings extends PureComponent {
20102010
<TextInput
20112011
ref={this.inputRpcURL}
20122012
style={inputErrorRpcStyle}
2013+
value={rpcUrlForm}
20132014
autoCapitalize={'none'}
20142015
autoCorrect={false}
20152016
onChangeText={this.onRpcUrlAdd}
@@ -2039,6 +2040,7 @@ export class NetworkSettings extends PureComponent {
20392040
ref={this.inputNameRpcURL}
20402041
style={inputErrorRpcStyle}
20412042
autoCapitalize={'none'}
2043+
value={rpcNameForm}
20422044
autoCorrect={false}
20432045
onChangeText={this.onRpcNameAdd}
20442046
onFocus={this.onRpcUrlFocused}

0 commit comments

Comments
 (0)