fix(select-item): revert spreading rest props (#452)

This commit is contained in:
Eric Liu 2020-12-06 09:23:58 -08:00 committed by GitHub
commit a8ef7b6f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,8 @@
hidden="{hidden}"
selected="{selected}"
class:bx--select-option="{true}"
{...$$restProps}
class="{$$restProps.class}"
style="{$$restProps.style}"
>
{text || value}
</option>