#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

@ -156,6 +156,10 @@ const CascadeSelectSlots = [
{
name: "option",
description: "Custom content for the item's option"
},
{
name: "indicator",
description: "Custom content for the dropdown indicator"
}
];