ColorPicker: click on label does not open the color picker #6044
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
It looks like in this case the
inputId
prop doesn't pass the id to the input element, so clicking on the label doesn't open the color picker. I couldn't findinputId
documented anywhere, only in the example. Maybe this prop got removed by accident?https://stackblitz.com/edit/j2yvfd?file=src%2FApp.vue
Reproducer
https://stackblitz.com/edit/j2yvfd?file=src%2FApp.vue
PrimeVue version
^3.50.0
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Go to stackblitz example for ColorPicker https://stackblitz.com/edit/j2yvfd?file=src%2FApp.vue
Try to click the label (HEX, RGB etc)
Expected behavior
Clicking on the label opens the color picker
The text was updated successfully, but these errors were encountered: