Sama UI Library
    Preparing search index...

    Class SamaSelectComponent

    Hierarchy

    • ControlValueAccessorWrapper<string | string[]>
      • SamaSelectComponent

    Implements

    • OnInit
    • OnChanges
    • OnDestroy
    Index

    Properties

    changeMode: SelectChangeMode = SelectChangeMode.OnSelection

    Determines when the select value is propagated.

    • 'onSelection': value is propagated immediately when an option is selected (default)
    • 'onBlur': value is only propagated on blur (dropdown close)
    formControlName: string

    Parent form control name

    multiple: boolean = false

    Single or Multiple choice.

    options: SelectOption<string>[]

    Sets Select options.

    placeholder: string

    Select placeholder.

    required?: boolean

    Flag to know if the whole field is required

    samaSearchBoxComponent: SamaSearchBoxComponent
    showSearchBox: boolean = false

    Flag to enable search box.

    subscriptSizing?: SubscriptSizing = 'fixed'

    Remove the margin-bottom of the select field

    Accessors