supersead PR #1260

This commit is contained in:
davideraccagni 2022-04-20 23:47:29 +02:00
commit 451de06dd0
4 changed files with 70 additions and 47 deletions

View file

@ -35,6 +35,12 @@ export interface AutoCompleteProps
*/
selectedId?: AutoCompleteItemId;
/**
* Specify the selected item
* @default undefined
*/
selectedItem?: AutoCompleteItem;
/**
* Specify the type of dropdown
* @default "default"
@ -119,6 +125,12 @@ export interface AutoCompleteProps
*/
hideLabel?: boolean;
/**
* Override the default translation ids
* @default undefined
*/
translateWithId?: (id: any) => string;
/**
* Set an id for the list box component
* @default "ccs-" + Math.random().toString(36)