DTHeaderCheckbox: browser displays the "pointer" cursor when disabled #2635
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When the "select all" checkbox is disabled, the browser displays the "pointer" cursor when hovering. This happens because the root div has the
p-checkbox
class, but not thep-disabled
one.Reproducer
https://codesandbox.io/s/funny-sunset-8nnukx?file=/src/App.vue
PrimeVue version
3.12.6
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Any
Steps to reproduce the behavior
Create a table with a "select all" checkbox and no items. The checkbox is disabled, but it still shows the "pointer" cursor when hovering.
Expected behavior
If the checkbox is disabled, the default cursor should be displayed (as it's happening in other components).
The text was updated successfully, but these errors were encountered: