Add autoComplete disable attribute to input.

pull/1508/head
Hunter Trujillo 2017-05-19 16:19:01 -06:00
parent 890de21d3e
commit a901ed6450
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class DashboardEditHeader extends Component {
placeholder="Name this Dashboard"
onChange={e => this.handleChange(e.target.value)}
onKeyUp={this.handleKeyUp}
autoComplete="off"
/>
</form>
<ConfirmButtons item={name} onConfirm={onSave} onCancel={onCancel} />