Type alias ComboBoxCollapsedEventDetails

ComboBoxCollapsedEventDetails: ComboBoxEventDetails & {
    inputValue: string;
}

Custom event details for the combo-box:listbox:collapsed event.

Type declaration

  • inputValue: string

    The current value of the combo box input.

Generated using TypeDoc