Skip to content

Commit 2395e48

Browse files
author
maxime_tamburrini
committed
FIX - Multiselect slot schema
headercheckboxicon schema does not corresponds to the actual object return by slotProps. `allSelected -> checked` ```ts <MultiSelect> <template #headercheckboxicon="slotProps"> {{ console.log(slotProps.checked) }} </template> </MultiSelect> ```
1 parent 5967d70 commit 2395e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/primevue/src/multiselect/MultiSelect.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ export interface MultiSelectSlots {
787787
/**
788788
* Options of the loader items for virtualscroller
789789
*/
790-
allSelected: boolean;
790+
checked: boolean;
791791
/**
792792
* Style class of the loading icon.
793793
*/

0 commit comments

Comments
 (0)