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
|
@ -242,6 +242,10 @@ const MultiSelectSlots = [
|
|||
{
|
||||
name: "empty",
|
||||
description: "Custom content when there is no data to display"
|
||||
},
|
||||
{
|
||||
name: "chip",
|
||||
description: "Custom content for the chip display."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue