Skip to content

Commit

Permalink
Fixed #4174
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 21, 2023
1 parent 70b6040 commit 26586b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/lib/dropdown/BaseDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 26586b5

Please sign in to comment.