commit a9732f2edd4dc56e62a932ccdc5fba4404d0d267
parent 87b7971292c1aec63e166841184ae3f43b3c0008
Author: Matthew Horan <matt@matthoran.com>
Date: Sat, 17 Apr 2021 17:40:07 -0400
Disable autoCorrect on hostname field
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/usecase/login/LoginForm.tsx b/src/usecase/login/LoginForm.tsx
@@ -89,6 +89,7 @@ class LoginForm extends React.Component<Props, State> {
placeholder="Hostname"
onChangeText={this.setHostname}
value={hostname}
+ autoCorrect={false}
/>
<TextInput
style={styles.input}