Skip to content

Commit 6367aa8

Browse files
committed
add(MoneyInput): add data-1p-ignore to prevent 1Password trying to fill
1 parent 1e502e2 commit 6367aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mdc/TextInput/MoneyInput.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const focus = (node) => autofocus && node.focus()
9191
attach_money
9292
</i>
9393
<input
94+
data-1p-ignore
9495
{step}
9596
type="number"
9697
min={minValue}

0 commit comments

Comments
 (0)