[FIX] autocomplete React DOM property name

This commit is contained in:
2021-10-22 13:13:00 +01:00
parent 257a428316
commit 377ba23361
7 changed files with 13 additions and 13 deletions

View File

@@ -545,7 +545,7 @@ export default withRouter(class Progress extends React.Component {
onChange={this.handleAnswerInput}
value={this.state.answerInput}
ref={inputEl => (this.answerInput = inputEl)}
autocomplete="off"
autoComplete="off"
/>
<Button
onClick={() => this.processAnswer()}
@@ -687,7 +687,7 @@ export default withRouter(class Progress extends React.Component {
value={this.state.answerInput}
ref={inputEl => (this.answerInput = inputEl)}
readOnly
autocomplete="off"
autoComplete="off"
/>
<Button
onClick={() => this.nextQuestion()}