diff --git a/public/app/features/variables/pickers/shared/VariableInput.tsx b/public/app/features/variables/pickers/shared/VariableInput.tsx index 78a4898ce17..423254ec0ca 100644 --- a/public/app/features/variables/pickers/shared/VariableInput.tsx +++ b/public/app/features/variables/pickers/shared/VariableInput.tsx @@ -34,6 +34,7 @@ export class VariableInput extends PureComponent { instance.setAttribute('style', `width:${Math.max(instance.width, 150)}px`); } }} + id={id} type="text" className="gf-form-input" value={value ?? ''}