From 48e5318febdfd074936907c73d145514ba300985 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 5 Nov 2023 10:32:58 +0200 Subject: [PATCH] Disable autoComplete from Comboboxes --- app/components/Combobox.tsx | 1 + 1 file changed, 1 insertion(+) 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" />