Disable input field autocomplete
This commit is contained in:
@@ -385,6 +385,7 @@ export default withRouter(class GroupPage extends Component {
|
||||
value={this.state.groupName}
|
||||
onKeyDown={this.handleInputKeypress}
|
||||
ref={inputEl => (this.groupNameInput = inputEl)}
|
||||
autocomplete="off"
|
||||
/>
|
||||
<Button
|
||||
onClick={this.renameGroup}
|
||||
|
||||
Reference in New Issue
Block a user