platform-bible-react
    Preparing search index...

    Function MultiSelectComboBox

    • MultiSelectComboBox is a component that provides a UI for selecting multiple items from a list. It supports displaying a placeholder, custom selected text, and an optional icon. Users can search through options and view starred items prominently.

      Parameters

      • props: MultiSelectComboBoxProps
        • entries

          The list of entries to select from.

        • getEntriesCount

          Optional function to get the count of entries.

        • selected

          The currently selected values.

        • onChange

          Callback function to handle changes in selection.

        • placeholder

          Placeholder text when no items are selected.

        • commandEmptyMessage

          Message displayed when no entries are found.

        • customSelectedText

          Custom text to display when items are selected.

        • isDisabled

          Flag to disable the component.

        • sortSelected

          Flag to sort selected items.

        • icon

          Optional icon to display in the button.

        • className

          Additional class names for styling.

      Returns Element