mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1341 - Chip templating support for AutoComplete and MultiSelec
This commit is contained in:
parent
eff295242c
commit
990e07c12d
8 changed files with 35 additions and 5 deletions
|
@ -190,6 +190,10 @@ const AutoCompleteSlots = [
|
|||
{
|
||||
name: "footer",
|
||||
description: "Custom content for the component footer."
|
||||
},
|
||||
{
|
||||
name: "chip",
|
||||
description: "Custom content for the chip display."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue