Skip to content

Commit 9f095bc

Browse files
Merge pull request #7610 from maxiim3/FIX-multiselect-documentation
FIX - Multiselect slot schema
2 parents 34d6d5e + 2395e48 commit 9f095bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)