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.
![image](https://private-user-images.githubusercontent.com/8850255/257287852-3574c00a-6ac3-47e5-a8ac-05073af10be6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MTk2NzQsIm5iZiI6MTczOTQxOTM3NCwicGF0aCI6Ii84ODUwMjU1LzI1NzI4Nzg1Mi0zNTc0YzAwYS02YWMzLTQ3ZTUtYThhYy0wNTA3M2FmMTBiZTYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDQwMjU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDgxNTYzYzllMWJmZDJmYWExY2RjYjcxMmMyNDk5Yzc4YTFkNjg1NzRkOTdhNmVkNzJjNTJhNDhjZjBkNGE2ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.VPWK_mWhcSO6rmTtZ1ev_Mbd-BXNGByFmyMaxp2BE_I)
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: