We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2a47c commit 75a77c0Copy full SHA for 75a77c0
client/components/auth-form.jsx
@@ -36,7 +36,7 @@ render(){
36
<div className="field">
37
<label htmlFor="email" className="label">> Email</label>
38
<div className="control">
39
- <input name="email" type="email" className="input" autocomplete="off" required/>
+ <input name="email" type="email" className="input" autocomplete="off" spellcheck="false" required/>
40
</div>
41
42
0 commit comments