-
Notifications
You must be signed in to change notification settings - Fork 3
SelectGroup
Jonathan Langlois edited this page Dec 2, 2020
·
4 revisions
A grouping component for select options.
<SelectGroup name="" title="">
<SelectGroup.Item label="label1"/>
<SelectGroup.Item label="label2" selected/>
</SelectGroup>| Group | Prop | Type | Description |
|---|---|---|---|
| Sizes | mini | boolean | Sizing options intended to modify font-size and padding |
| tiny | |||
| small | |||
| medium | |||
| large | |||
| big | |||
| huge | |||
| Title | title | string | Title to display for the group |
| Name | name | string | name to be applied to all child items |
| Disabled | disabled | boolean | Set to true to disable all children |
- it displays the radio select group and submits the form data when the parent form is submitted.
- it applies the theme styles; no additional functional enhancement.
- it support custom event handlers.