mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
Merge 5b715d1ab2
into 4881ff7ffd
This commit is contained in:
commit
1cb3fc59fb
11 changed files with 45 additions and 15 deletions
|
@ -26,7 +26,7 @@ type $Props = {
|
|||
* Specify a name attribute for the radio button inputs
|
||||
* @default undefined
|
||||
*/
|
||||
name?: string;
|
||||
name: string;
|
||||
|
||||
/**
|
||||
* Specify the legend text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue