Select Option
The <ch5-select-option> component is designed to be used within the context of the <ch5-select> component. Its primary purpose is to provide signals and events on a per-item relationship of its select component container.
For interactive examples using the <ch5-select-option> component and CSS classes, refer to the Showcase Application.
Features
The <ch5-select-option> attributes provide the following features:
- Provides a label for the item in template mode. When in multiselect="true" mode, provides a text string that is displayed when it item is selected.
- Provides a URL for the icon in template mode.
- Sends an HTML syntax string appropriate for the element.innerHTML parameter.
- Sends a signal to the control system on a click or tap event.