Class DropdownFieldHandler

Implements

  • IFieldHandler

Constructors

Properties

human: string = ""
lt: LT = ...
params: IBaseDropdownFieldParams
rawData: undefined | string

Methods

  • Retrieve the current value of the field, formatted as an array. If there are N current values, the array will have N items.

    Parameters

    • filterOnOptions: boolean = true

      true if you only want to get back values that show up in the options list.

    Returns string[]

    an array. Empty if there is no current value.

Generated using TypeDoc