mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
quickfix RadioButtonGroup selected prop reactivity
This commit is contained in:
parent
109f71b5cf
commit
9e711abaa6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
},
|
||||
update: (value) => {
|
||||
selectedValue.set(value);
|
||||
selected = value;
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue