#1459 for other selects

This commit is contained in:
Cagatay Civici 2021-08-27 16:58:51 +03:00
parent 2670b1e539
commit 5b0532aeca
16 changed files with 41 additions and 8 deletions

View file

@ -175,6 +175,10 @@ const TreeSelectSlots = [
{
name: "empty",
description: "Custom content when there is no data to display"
},
{
name: "indicator",
description: "Custom content for the dropdown indicator"
}
];