Wagtail client-side components
    Preparing search index...

    Interface UseComboboxStateChange<Item>

    interface UseComboboxStateChange<Item> {
        highlightedIndex?: number;
        inputValue?: string;
        isOpen?: boolean;
        selectedItem?: null | Item;
        type: UseComboboxStateChangeTypes;
    }

    Type Parameters

    • Item

    Hierarchy

    Index

    Properties

    highlightedIndex?: number
    inputValue?: string
    isOpen?: boolean
    selectedItem?: null | Item
    type: UseComboboxStateChangeTypes