[FIX] autocomplete React DOM property name

This commit is contained in:
mg
2021-10-22 13:13:00 +01:00
parent 257a428316
commit 377ba23361
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ export default withRouter(class GroupPage extends Component {
value={this.state.groupName}
onKeyDown={this.handleInputKeypress}
ref={inputEl => (this.groupNameInput = inputEl)}
autocomplete="off"
autoComplete="off"
/>
<Button
onClick={this.renameGroup}