@cfxlabsinc/b2b-services
    Preparing search index...
    InfiniteComboboxPopoverProps: Omit<
        InfiniteComboboxProps<T>,
        "selectedSeed" | "multiple",
    > & {
        bounded?: boolean;
        className?: string;
        disabled?: boolean;
        hideSearch?: boolean;
        placeholder: string;
        selectedItems: T[];
    }

    Props for InfiniteComboboxPopover — the multi-select popover.

    Type Parameters

    • T

    Type Declaration

    • Optionalbounded?: boolean
    • OptionalclassName?: string
    • Optionaldisabled?: boolean
    • OptionalhideSearch?: boolean
    • placeholder: string

      Trigger copy when nothing is selected.

    • selectedItems: T[]

      Resolved rows for the committed selection; seeds the pinned group.