Fixed #5744 - Deprecated: InputChips

This commit is contained in:
tugcekucukoglu 2024-05-15 13:47:01 +03:00
parent d75d9f9f3f
commit 446f7380dd
6 changed files with 98 additions and 25 deletions

View file

@ -326,6 +326,11 @@ export interface AutoCompleteProps {
* Property name or getter function that refers to the children options of option group.
*/
optionGroupChildren?: string | ((data: any) => any[]) | undefined;
/**
* whether typeahead is active or not.
* @defaultValue true
*/
typeahead?: boolean | undefined;
/**
* Maximum height of the suggestions overlay.
* @defaultValue 14rem