mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
Update checked for radio buttons without group.
Make radio button group `name` a required property.
This commit is contained in:
parent
1600775968
commit
6f51bdbf1b
7 changed files with 33 additions and 12 deletions
|
@ -26,7 +26,7 @@ export interface RadioButtonGroupProps extends RestProps {
|
|||
* 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