Select component does not handle focus via label with labelId
#6432
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
primevue/packages/primevue/src/select/Select.vue
Line 773 in d9db64c
The docs show that
inputId
is deprecated and to uselabelId
instead. But the listener that is bound to the label only looks forinputId
.Binding to a single
label
element is not sufficient either, as multiple labels could be used for a single input (label above input, error message below input, label could be dynamically added, etc).Another note: typically hovering a label also applies
:hover
to it's respective input, and this does not happen either.The text was updated successfully, but these errors were encountered: