mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
autocapitalize off for the username field
This commit is contained in:
@@ -87,6 +87,7 @@ class SignUp extends React.Component {
|
||||
errorMsg={usernameError}
|
||||
onChange={this.handleUsernameChange}
|
||||
autocomplete="off"
|
||||
autocapitalize="none"
|
||||
/>
|
||||
<TextField
|
||||
id="password"
|
||||
|
||||
Reference in New Issue
Block a user