Fixed #1341 - Chip templating support for AutoComplete and MultiSelec

This commit is contained in:
Cagatay Civici 2021-06-11 15:38:06 +03:00
parent eff295242c
commit 990e07c12d
8 changed files with 35 additions and 5 deletions

View file

@ -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."
}
];