mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
8835954a41
commit
fc2640b108
3 changed files with 3 additions and 3 deletions
2
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
2
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
|
@ -90,7 +90,7 @@ export interface MultiSelectProps extends RestProps {
|
|||
* The default filtering is an exact string comparison
|
||||
* @default (item, value) => item.text.toLowerCase().includes(value.trim().toLowerCase())
|
||||
*/
|
||||
filterItem?: (item: MultiSelectItem, value: string) => string;
|
||||
filterItem?: (item: MultiSelectItem, value: string) => boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to open the dropdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue