File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ class QuestionForm extends Component {
84
84
value = { description }
85
85
name = "description"
86
86
className = "form-input"
87
+ autocomplete = "off"
87
88
onChange = { this . handleDescriptionChange }
88
89
/>
89
90
</ div >
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ render(){
36
36
< div className = "field" >
37
37
< label htmlFor = "email" className = "label" > > Email </ label >
38
38
< div className = "control" >
39
- < input name = "email" type = "email" className = "input" required />
39
+ < input name = "email" type = "email" className = "input" autocomplete = "off" required />
40
40
</ div >
41
41
</ div >
42
42
< div className = "field" >
43
43
< label htmlFor = "password" className = "label" > > Password </ label >
44
44
< div className = "control" >
45
- < input name = "password" type = "password" minLength = "3" className = "input" required />
45
+ < input name = "password" type = "password" minLength = "3" className = "input" autocomplete = "off" required />
46
46
</ div >
47
47
</ div >
48
48
< div className = "field is-grouped" >
You can’t perform that action at this time.
0 commit comments