mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
fix(radio-button-group): set name
attribute on inputs
This commit is contained in:
parent
aae2dd42aa
commit
050eb122d0
5 changed files with 52 additions and 12 deletions
|
@ -40,6 +40,12 @@ export interface RadioButtonGroupProps extends RestProps {
|
|||
*/
|
||||
orientation?: "horizontal" | "vertical";
|
||||
|
||||
/**
|
||||
* Set a name for all radio button input elements within the group
|
||||
* @default undefined
|
||||
*/
|
||||
name?: string;
|
||||
|
||||
/**
|
||||
* Set an id for the container div element
|
||||
* @default undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue