Hosanna UI API v1.30.2-next
    Preparing search index...

    Event type for selection change in ComboBoxView.

    interface ComboBoxEvent {
        index: number;
        preventDefault?: boolean;
        type: string;
        view: ComboBoxView;
    }

    Hierarchy

    Index

    Properties

    index: number

    The selected index.

    preventDefault?: boolean
    type: string