Type alias ComboBoxNoResultsEventDetails

ComboBoxNoResultsEventDetails: ComboBoxEventDetails & {
    inputValue: string;
}

Custom event details for the combo-box:listbox:no-results event.

Type declaration

  • inputValue: string

    The current value of the combo box input.

Generated using TypeDoc