Run "yarn build:docs"

This commit is contained in:
metonym 2024-05-27 09:48:41 -07:00
commit fc2640b108
3 changed files with 3 additions and 3 deletions

View file

@ -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