Skip to content

Commit

Permalink
add(MoneyInput): add data-1p-ignore to prevent 1Password trying to fill
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Sep 9, 2024
1 parent 1e502e2 commit 6367aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/mdc/TextInput/MoneyInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const focus = (node) => autofocus && node.focus()
attach_money
</i>
<input
data-1p-ignore
{step}
type="number"
min={minValue}
Expand Down

0 comments on commit 6367aa8

Please sign in to comment.