Skip to content

Commit d5db33a

Browse files
authored
forward name to non-mobile variant (#568)
1 parent f4f209f commit d5db33a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NumberInput/NumberInput.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
aria-label="{label ? undefined : ariaLabel}"
250250
disabled="{disabled}"
251251
id="{id}"
252+
name="{name}"
252253
max="{max}"
253254
min="{min}"
254255
step="{step}"

0 commit comments

Comments
 (0)