Type alias ComboBoxTextChangeEventDetails

ComboBoxTextChangeEventDetails: ComboBoxEventDetails & {
    inputValue: string;
}

Custom event details for the combo-box:input:text-change event.

Type declaration

  • inputValue: string

    The current value of the combo box input.

Generated using TypeDoc