Skip to content

Commit 8d83af3

Browse files
committed
Disable autocoomplete for variable input
1 parent fdf0896 commit 8d83af3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/CreateTemplatePage/VariableInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const VariableField: React.FC<VariableInputProps> = ({
9090

9191
return (
9292
<TextField
93+
autoComplete="off"
9394
id={variable.name}
9495
size="small"
9596
disabled={disabled}

0 commit comments

Comments
 (0)