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

@ -190,6 +190,10 @@ const AutoCompleteSlots = [
{
name: "footer",
description: "Custom content for the component footer."
},
{
name: "chip",
description: "Custom content for the chip display."
}
];