[PR #5783] Add data-1p-ignore to transaction amounts #13169

Closed
opened 2026-04-10 21:48:51 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5783

State: closed
Merged: Yes


This PR resolves the issue where 1Password attempts to autofill amount fields in split transactions.

Fixes https://github.com/actualbudget/actual/issues/5739

By adding the data-1p-ignore attribute to the debit and credit input fields in the transaction table, we instruct 1Password to ignore these fields, preventing unwanted autofill behavior. Type assertions (as Record<string, unknown>) were used for TypeScript compatibility.


Open in Cursor Open in Web

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5783 **State:** closed **Merged:** Yes --- This PR resolves the issue where 1Password attempts to autofill amount fields in split transactions. Fixes https://github.com/actualbudget/actual/issues/5739 By adding the `data-1p-ignore` attribute to the debit and credit input fields in the transaction table, we instruct 1Password to ignore these fields, preventing unwanted autofill behavior. Type assertions (`as Record<string, unknown>`) were used for TypeScript compatibility. --- <a href="https://cursor.com/background-agent?bcId=bc-8d6e17c1-2869-4191-bce2-0bb77738f34a"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-8d6e17c1-2869-4191-bce2-0bb77738f34a"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a>
GiteaMirror added the pull-request label 2026-04-10 21:48:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#13169