Skip to content

Commit

Permalink
Merge branch 'add-multiselect-to-combobox' into 1290-v2-resources-and…
Browse files Browse the repository at this point in the history
…-home-extension
  • Loading branch information
rolfheij-sil committed Dec 5, 2024
2 parents 7e0d2b2 + 27f1f26 commit 78a2248
Show file tree
Hide file tree
Showing 6 changed files with 672 additions and 663 deletions.
104 changes: 52 additions & 52 deletions lib/platform-bible-react/dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.cjs.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion lib/platform-bible-react/dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,12 @@ export interface MultiSelectComboBoxProps {
selected: string[];
onChange: (values: string[]) => void;
placeholder: string;
commandEmptyMessage?: string;
customSelectedText?: string;
sortSelected?: boolean;
icon?: React$1.ReactNode;
}
export declare function MultiSelectComboBox({ entries, getEntriesCount, selected, onChange, placeholder, customSelectedText, sortSelected, icon, }: MultiSelectComboBoxProps): import("react/jsx-runtime").JSX.Element;
export declare function MultiSelectComboBox({ entries, getEntriesCount, selected, onChange, placeholder, commandEmptyMessage, customSelectedText, sortSelected, icon, }: MultiSelectComboBoxProps): import("react/jsx-runtime").JSX.Element;
export type TabKeyValueContent = {
key: string;
value: string;
Expand Down
Loading

0 comments on commit 78a2248

Please sign in to comment.