Skip to content

Commit 9af66cd

Browse files
Merge pull request #7620 from XanEliot/fix-cascade-select-optionlabel-props
Added Function to CascadeSelectSub props to remove type check warning
2 parents 34d3238 + 23f1043 commit 9af66cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/primevue/src/cascadeselect/CascadeSelectSub.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
selectId: String,
7979
focusedOptionId: String,
8080
options: Array,
81-
optionLabel: String,
81+
optionLabel: String | Function,
8282
optionValue: String,
8383
optionDisabled: null,
8484
optionGroupIcon: String,

0 commit comments

Comments
 (0)