integrates PR # 1260: filteredItems is not exported anymore

This commit is contained in:
davideraccagni 2022-04-21 00:00:04 +02:00
commit 5ca0b83137
4 changed files with 6 additions and 22 deletions

View file

@ -13,16 +13,11 @@ export interface AutoCompleteItem {
export interface AutoCompleteProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
/**
* Set the dropdown items
* Set the full list of items
* @default []
*/
items?: AutoCompleteItem[];
/**
* @default []
*/
filteredItems?: [];
/**
* Override the display of a dropdown item
* @default (item) => item.text || item.id