Skip to content

SelectGroup

Jonathan Langlois edited this page Dec 2, 2020 · 4 revisions

SelectGroup

A grouping component for select options.

Intended Usage

<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

Expected behaviors in progressive enhancements

HTML

  • it displays the radio select group and submits the form data when the parent form is submitted.

HTML + CSS

  • it applies the theme styles; no additional functional enhancement.

HTML + CSS + JS

  • it support custom event handlers.
Clone this wiki locally