We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad9675 commit 1c2a47cCopy full SHA for 1c2a47c
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>
0 commit comments