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

    Function attachCombobox

    • Attach a searchable combobox to an .outcome-type-combobox element.

      Parameters

      • combobox: HTMLElement

        The wrapper element

      • choicesMap: Record<string, string>

        { key: localizedLabel } map

      • inputSel: any
      • valueSel: any
      • dropdownSel: any

      Returns void