Type alias ComboBoxSelectedEventDetails

ComboBoxSelectedEventDetails: ComboBoxEventDetails & {
    inputValue: string;
    previouslySelected: HTMLCollectionOf<HTMLOptionElement>;
    selected: HTMLCollectionOf<HTMLOptionElement>;
}

Custom event details for the combo-box:selected event.

Type declaration

Generated using TypeDoc