SelectedOptionInfo: {
    inputtedTextWhenSelected: string;
    selectedOptionIndex: number | null;
    selectedOptionValue: string | null;
}

Contains info about a presented option when selected

Type declaration

  • inputtedTextWhenSelected: string

    text present in the input when the option was selected

  • selectedOptionIndex: number | null

    position in presented set of the option selected, return null if no option selected.

  • selectedOptionValue: string | null

    value of the selected option, return null if no option selected.

Generated using TypeDoc