Skip to content

Commit 1c2a47c

Browse files
committed
fix: fix autocomplete bug
1 parent 2ad9675 commit 1c2a47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/QuestionDisplay/QuestionForm.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class QuestionForm extends Component {
8484
value={ description }
8585
name="description"
8686
className="form-input"
87-
autocomplete="off"
87+
autoComplete="off"
8888
onChange={ this.handleDescriptionChange }
8989
/>
9090
</div>

0 commit comments

Comments
 (0)