mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
try to fix reactivity
This commit is contained in:
parent
ac99f8fd47
commit
cbdf10d253
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
let selectedValues = ["1"];
|
||||
let selectedValues2 = [];
|
||||
let selectedValues3 = [];
|
||||
let selectedValues3 = ["1", "3"];
|
||||
let selectedValues3_control = [
|
||||
{ value: "1", selected: true },
|
||||
{ value: "2", selected: false },
|
||||
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
|
||||
<SelectableTileGroup
|
||||
bind:selectedValues="{selectedValues3}"
|
||||
selectedValues="{selectedValues3}"
|
||||
legend="Select the options you require"
|
||||
>
|
||||
{#each selectedValues3_control as item}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue