diff --git a/ui/src/dashboards/components/TemplateVariableRow.js b/ui/src/dashboards/components/TemplateVariableRow.js index eb3c71dc4..be53cf0c0 100644 --- a/ui/src/dashboards/components/TemplateVariableRow.js +++ b/ui/src/dashboards/components/TemplateVariableRow.js @@ -39,6 +39,8 @@ const RowValues = ({ isEditing={isEditing} onStartEdit={onStartEdit} autoFocusTarget={autoFocusTarget} + spellCheck={false} + autoComplete={false} /> ) }