Skip to content

Commit b69049c

Browse files
committed
fix: allow for prop on wrapped floating label
1 parent 462b769 commit b69049c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/floating-label/FloatingLabel.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use:useActions={use}
55
use:forwardEvents
66
class="mdc-floating-label {className}"
7-
{...exclude($$props, ['use', 'class', 'for', 'wrapped'])}
7+
{...exclude($$props, ['use', 'class', 'wrapped'])}
88
><slot></slot></span>
99
{:else}
1010
<label

0 commit comments

Comments
 (0)