chiark
/
gitweb
/
~tthurman
/
dwim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b87849
)
server box on login page should have had defaultValue set, not value
author
Marnanel Thurman
<marnanel@thurman.org.uk>
Sun, 19 Dec 2021 08:42:20 +0000
(08:42 +0000)
committer
Marnanel Thurman
<marnanel@thurman.org.uk>
Sun, 19 Dec 2021 08:42:20 +0000
(08:42 +0000)
App.js
patch
|
blob
|
history
diff --git
a/App.js
b/App.js
index dc5ec0d09687c9df7400710680b54ff25ac518cd..fa62ecc08ba7ac0f0600b56a2263ff74ae68921a 100644
(file)
--- a/
App.js
+++ b/
App.js
@@
-100,7
+100,7
@@
export default class App extends React.Component {
<TextInput type="text" name="server"
onChangeText={(text) => { this.state.server = text} }
style={styles.input}
-
v
alue={grok_url}
+
defaultV
alue={grok_url}
/>
</View>