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