weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

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:
Msrc/usecase/login/LoginForm.tsx | 1+
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}