Merge pull request #7122 from J-Michalek/fix/multiselect-chip-slot-param

docs(multi-select): add missing removeCallback prop on chip slot
pull/7129/head
Tuğçe Küçükoğlu 2025-01-21 11:30:38 +03:00 committed by GitHub
commit 737327360b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -628,6 +628,12 @@ export interface MultiSelectSlots {
* A value in the selection
*/
value: any;
/**
* Chip icon function.
* @param {Event} event - Browser event
* @param {any} item - Item
*/
removeCallback: (event: Event, item: any) => void;
}): VNode[];
/**
* Custom header template.