We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e502e2 commit 6367aa8Copy full SHA for 6367aa8
components/mdc/TextInput/MoneyInput.svelte
@@ -91,6 +91,7 @@ const focus = (node) => autofocus && node.focus()
91
attach_money
92
</i>
93
<input
94
+ data-1p-ignore
95
{step}
96
type="number"
97
min={minValue}
0 commit comments