Skip to content

Commit

Permalink
chore: add data hj allow to inputs [OTE-639] (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Aug 1, 2024
1 parent d520ebc commit c25488b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ComboboxMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const ComboboxMenu = <
value={searchValue}
onValueChange={setSearchValue}
placeholder={inputPlaceholder}
data-hj-allow
/>
</$Header>
)}
Expand Down
1 change: 1 addition & 0 deletions src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export const Input = forwardRef<HTMLInputElement, InputProps>(
value={value ?? undefined}
// Other
data-1p-ignore // prevent 1Password fill
data-hj-allow
{...otherProps}
/>
) : (
Expand Down

0 comments on commit c25488b

Please sign in to comment.