mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +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}"
|
||||
selected="{selected}"
|
||||
class:bx--select-option="{true}"
|
||||
{...$$restProps}
|
||||
class="{$$restProps.class}"
|
||||
style="{$$restProps.style}"
|
||||
>
|
||||
{text || value}
|
||||
</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue