diff --git a/src/frontend/src/components/dropdownComponent/index.tsx b/src/frontend/src/components/dropdownComponent/index.tsx index 2c6f3214c..a60b1de4b 100644 --- a/src/frontend/src/components/dropdownComponent/index.tsx +++ b/src/frontend/src/components/dropdownComponent/index.tsx @@ -121,6 +121,7 @@ export default function Dropdown({ onChange={searchRoleByTerm} placeholder="Search options..." className="flex h-9 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50" + autoComplete="off" /> ); diff --git a/src/frontend/src/components/inputComponent/components/popover/index.tsx b/src/frontend/src/components/inputComponent/components/popover/index.tsx index ca1aa1cb6..5a071f388 100644 --- a/src/frontend/src/components/inputComponent/components/popover/index.tsx +++ b/src/frontend/src/components/inputComponent/components/popover/index.tsx @@ -114,6 +114,7 @@ const CustomInputPopover = ({ {!selectedOption && ( setIsFocused(true)} autoFocus={autoFocus} id={id} diff --git a/src/frontend/src/components/ui/input.tsx b/src/frontend/src/components/ui/input.tsx index 5fc871f09..3d6915b00 100644 --- a/src/frontend/src/components/ui/input.tsx +++ b/src/frontend/src/components/ui/input.tsx @@ -18,6 +18,7 @@ const Input = React.forwardRef( className="pointer-events-none absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 transform text-muted-foreground" /> document?.getElementById("search")?.removeAttribute("readonly")