Refactor #3832 Refactor #3833 - For TreeSelect: Tree icon support

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-17 10:59:20 +03:00
parent 7b9255c5e8
commit c0a4677f90
3 changed files with 66 additions and 1 deletions

View file

@ -198,6 +198,22 @@ const TreeSelectSlots = [
{
name: 'indicator',
description: 'Custom content for the dropdown indicator'
},
{
name: 'loadingicon',
description: 'Custom loading icon template.'
},
{
name: 'searchicon',
description: 'Custom search icon template.'
},
{
name: 'itemtogglericon',
description: 'Custom item toggler icon template.'
},
{
name: 'itemcheckboxicon',
description: 'Custom item checkbox icon template.'
}
];