We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8c1aab + 75a77c0 commit 64f2b7aCopy full SHA for 64f2b7a
client/components/QuestionDisplay/QuestionForm.jsx
@@ -84,7 +84,7 @@ class QuestionForm extends Component {
84
value={ description }
85
name="description"
86
className="form-input"
87
- autocomplete="off"
+ autoComplete="off"
88
onChange={ this.handleDescriptionChange }
89
/>
90
</div>
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
41
42
0 commit comments