mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(select-item): revert spreading rest props (#452)
This commit is contained in:
parent
c5efb6bcd8
commit
a8ef7b6f3f
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
||||||
hidden="{hidden}"
|
hidden="{hidden}"
|
||||||
selected="{selected}"
|
selected="{selected}"
|
||||||
class:bx--select-option="{true}"
|
class:bx--select-option="{true}"
|
||||||
{...$$restProps}
|
class="{$$restProps.class}"
|
||||||
|
style="{$$restProps.style}"
|
||||||
>
|
>
|
||||||
{text || value}
|
{text || value}
|
||||||
</option>
|
</option>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue