p-treeTableCheckbox disabled not working #17496
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
In primeng version 19 p-treeTableCheckbox has disabled property but it is not used in html of the component (comparing to previous version (16)). Hence checkbox is clickable even though disabled is true
Pull Request Link
#17495
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/4wyzxwda?file=src%2Fapp%2Ftree-table-selection-checkbox-demo.html
Environment
windows 11
Angular version
19
PrimeNG version
v19
Node version
22.13.0
Browser(s)
No response
Steps to reproduce the behavior
create a tree table with checkbo and set [disabled]="true"
Expected behavior
checkbox should be disabled
The text was updated successfully, but these errors were encountered: