Sama UI Library
    Preparing search index...

    Class SamaSearchBoxComponent

    SearchBox component create search functionalities.

    Hierarchy

    • ControlValueAccessorWrapper<SearchBox>
      • SamaSearchBoxComponent

    Implements

    • OnInit
    • OnDestroy
    • AfterViewInit
    Index

    Properties

    appearance: MatFormFieldAppearance = 'outline'

    MatFormField appearance

    label: string

    Label to be used in the input field.

    placeholder: string

    Placeholder to be used in the input field.

    prefixContainer: ElementRef

    prefix container reference

    preventKeys: string[] = []

    list of keys that will stop the propagation of the keydown event

    required: boolean = false

    Flag to know if the whole field is required

    searchBoxInput: MatInput

    Methods