diff --git a/components/lib/dropdown/BaseDropdown.vue b/components/lib/dropdown/BaseDropdown.vue index 0b52c684a..bf768b8ea 100644 --- a/components/lib/dropdown/BaseDropdown.vue +++ b/components/lib/dropdown/BaseDropdown.vue @@ -153,11 +153,11 @@ export default { props: { modelValue: null, options: Array, - optionLabel: null, - optionValue: null, - optionDisabled: null, - optionGroupLabel: null, - optionGroupChildren: null, + optionLabel: String || Function, + optionValue: String || Function, + optionDisabled: String || Function, + optionGroupLabel: String || Function, + optionGroupChildren: String || Function, scrollHeight: { type: String, default: '200px'