diff --git a/app/components/Combobox.tsx b/app/components/Combobox.tsx index d97036cd3..fd2c617df 100644 --- a/app/components/Combobox.tsx +++ b/app/components/Combobox.tsx @@ -127,6 +127,7 @@ export function Combobox< data-testid={`${inputName}-combobox-input`} id={id} required={required} + autoComplete="off" />