mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 13:45:27 -05:00
Disable autoComplete from Comboboxes
This commit is contained in:
@@ -127,6 +127,7 @@ export function Combobox<
|
||||
data-testid={`${inputName}-combobox-input`}
|
||||
id={id}
|
||||
required={required}
|
||||
autoComplete="off"
|
||||
/>
|
||||
<HeadlessCombobox.Options
|
||||
className={clsx("combobox-options", {
|
||||
|
||||
Reference in New Issue
Block a user