Fixed #2525 - empty slot for Autocomplete

This commit is contained in:
Tuğçe Küçükoğlu 2023-01-09 17:41:49 +03:00
parent 0ae83cd791
commit 8bc2c630e5
4 changed files with 22 additions and 3 deletions

View file

@ -387,11 +387,15 @@ const AutoCompleteSlots = [
},
{
name: 'content',
description: 'Custom content for the virtual scroller'
description: 'Custom content for the virtual scroller.'
},
{
name: 'loader',
description: 'Custom content for the virtual scroller loader items'
description: 'Custom content for the virtual scroller loader items.'
},
{
name: 'empty',
description: 'Custom empty template when there is no data to display.'
}
];