Dropdown: Incorrect prop declaration #4225
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
BaseDropdown.vue component has incorrectly defined props:
Fragment from BaseDropdown.vue, lines 153-164
optionLabel, optionValue, optionDisabled, optionGroupLabel, optionGroupChildren should be defined as
[String, Function]
.Currently it is producing errors in console.
Reproducer
PrimeVue version
3.31
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: