Skip to contents

Create a ComboboxItemGroup component

Usage

calcite_combobox_item_group(...)

Arguments

...

named attributes passed to htmltools::tag()

Value

an object of class calcite_component which is a subclass of shiny.tag

Details

Properties

The following properties are provided by this component:

NameAttributeDescriptionValuesReflects to Attribute
ancestorsNASpecifies the parent and grandparent calcite-combobox-items, which are set on calcite-combobox.Check API referenceFALSE
labellabelSpecifies the title of the component.stringFALSE

Slots

The following slots are provided by this component:

SlotDescription
Default (unnamed)A slot for adding calcite-combobox-items.

Examples

calcite_combobox_item_group()
#> <calcite-combobox-item-group></calcite-combobox-item-group>