Explicitly disable 1Password on table inputs (#3674)

* Explicitly disable 1Password on table inputs

* Add release notes

* Update packages/desktop-client/src/components/autocomplete/Autocomplete.tsx

Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>

---------

Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
This commit is contained in:
Greggory Rothmeier
2024-10-15 13:48:43 -07:00
committed by GitHub
parent 3d9e90f797
commit 1a13e98f49
2 changed files with 8 additions and 1 deletions

View File

@@ -139,7 +139,8 @@ function fireUpdate<T extends Item>(
}
function defaultRenderInput(props: ComponentProps<typeof Input>) {
return <Input {...props} />;
// data-1p-ignore disables 1Password autofill behaviour
return <Input data-1p-ignore {...props} />;
}
function defaultRenderItems<T extends Item>(

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [greggroth]
---
Fixes 1Password credit card autocomplete showing on the transactions table