Body, Mind & Soul — API Reference
    Preparing search index...

    Function initKeywordChipsCombobox

    • Wire up a .bms-keyword-chips-wrap element. Attaches the add combobox and chip removal handlers.

      Parameters

      • wrap: HTMLElement

        .bms-keyword-chips-wrap element

      • choicesMap: Record<string, string>

        key→label

      • OptionalchipsEl: HTMLElement | null = null

        External chips container; falls back to the internal .bms-kw-chips

      Returns void