We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b31d6d commit d874aa9Copy full SHA for d874aa9
app/components/Views/Settings/NetworksSettings/NetworkSettings/index.js
@@ -2010,6 +2010,7 @@ export class NetworkSettings extends PureComponent {
2010
<TextInput
2011
ref={this.inputRpcURL}
2012
style={inputErrorRpcStyle}
2013
+ value={rpcUrlForm}
2014
autoCapitalize={'none'}
2015
autoCorrect={false}
2016
onChangeText={this.onRpcUrlAdd}
@@ -2039,6 +2040,7 @@ export class NetworkSettings extends PureComponent {
2039
2040
ref={this.inputNameRpcURL}
2041
2042
2043
+ value={rpcNameForm}
2044
2045
onChangeText={this.onRpcNameAdd}
2046
onFocus={this.onRpcUrlFocused}
0 commit comments