mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
integrates PR # 1260: filteredItems is not exported anymore
This commit is contained in:
parent
451de06dd0
commit
5ca0b83137
4 changed files with 6 additions and 22 deletions
7
types/AutoComplete/AutoComplete.svelte.d.ts
vendored
7
types/AutoComplete/AutoComplete.svelte.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue