API reference for SfSelectComponent

import {SfChoicesModule} from "@progress/sitefinity-component-framework";


selector: sf-select

Hierarchy (view full)

Constructors

Properties

choices: ChoiceItem[]

Choice elements to display

itemLabelTemplate: TemplateRef<any>

Custom choice label template

selectionChange: EventEmitter<number> = ...

Emits when selection changes

settings: SelectSettings

Component settings

Methods

  • Gets styles for chip mode Determines the width of the chips

    Returns string

  • Returns void

  • Emits index of selected element on selection changed

    Parameters

    • index: number

    Returns void

Generated using TypeDoc