mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5744 - Deprecated: InputChips
This commit is contained in:
parent
d75d9f9f3f
commit
446f7380dd
6 changed files with 98 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue