Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SfSelectComponent

API reference for SfSelectComponent

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


selector: sf-select

Hierarchy

Implements

  • OnInit

Index

Constructors

constructor

Properties

choices

choices: Array<ChoiceItem>

Choice elements to display

selectionChange

selectionChange: EventEmitter<number> = new EventEmitter<number>()

Emits when selection changes

settings

settings: SelectSettings

Component settings

Methods

getChipWidthLook

  • getChipWidthLook(): string
  • Gets styles for chip mode Determines the width of the chips

    Returns string

ngOnInit

  • ngOnInit(): void

onSelectionChange

  • onSelectionChange(index: number): void
  • Emits index of selected element on selection changed

    Parameters

    • index: number

    Returns void

Generated using TypeDoc