autocapitalize off for the username field

This commit is contained in:
okbel
2018-04-12 12:18:22 -03:00
parent 3fcad35492
commit 0206804bf4
@@ -87,6 +87,7 @@ class SignUp extends React.Component {
errorMsg={usernameError}
onChange={this.handleUsernameChange}
autocomplete="off"
autocapitalize="none"
/>
<TextField
id="password"