primevue
primevue copied to clipboard
Dropdown / MultiSelect: no hover styling when `focusOnHover: false`
Describe the bug
It seems that the hover styling for Dropdown & MultiSelect was removed in 3.48.0. Now, the only way to achieve a hover effect is when focusOnHover
is true
, however, as described in https://github.com/primefaces/primevue/issues/5647, we may not want that behaviour.
This is the relevant CSS that was removed:
It looks like there might be a similar issue in cascadeselect and autocomplete.
Reproducer
https://stackblitz.com/edit/g1vpgm-uakqpf
PrimeVue version
3.51.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response