We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 107ef19 + 4cec94a commit f8cd102Copy full SHA for f8cd102
client/modules/User/components/LoginForm.jsx
@@ -34,6 +34,7 @@ function LoginForm() {
34
type="text"
35
id="email"
36
autoComplete="username"
37
+ autoCapitalize="none"
38
{...field.input}
39
/>
40
{field.meta.touched && field.meta.error && (
client/modules/User/components/SignupForm.jsx
@@ -64,6 +64,7 @@ function SignupForm() {
64
65
id="username"
66
67
68
69
70
0 commit comments