mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
test(select): assert selected prop number type
This commit is contained in:
parent
e6188b0c65
commit
d32ef26794
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
<SelectItem value="g100" text="Gray 100" />
|
||||
</Select>
|
||||
|
||||
<Select labelText="Carbon theme" selected="g10">
|
||||
<SelectItem value="0" text="Select a theme" disabled hidden />
|
||||
<Select labelText="Carbon theme" selected="{0}">
|
||||
<SelectItem value="{0}" text="Select a theme" disabled hidden />
|
||||
<SelectItemGroup label="Light theme">
|
||||
<SelectItem value="white" text="White" />
|
||||
<SelectItem value="g10" text="Gray 10" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue