diff --git a/ui/src/dashboards/components/DashboardHeaderEdit.js b/ui/src/dashboards/components/DashboardHeaderEdit.js index fd8d445c6..b976d895a 100644 --- a/ui/src/dashboards/components/DashboardHeaderEdit.js +++ b/ui/src/dashboards/components/DashboardHeaderEdit.js @@ -46,6 +46,7 @@ class DashboardEditHeader extends Component { placeholder="Name this Dashboard" onChange={e => this.handleChange(e.target.value)} onKeyUp={this.handleKeyUp} + autoComplete="off" />