Table select all checkbox deselect disabled selected checkboxes #15780
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Select/Unselect all checkbox should not affect disabled checkboxes (making them unselected now)
Connected to #15338
Environment
Google Chrome. MacOS
Reproducer
https://stackblitz.com/edit/e6puho?file=src%2Fapp%2Ftable-checkbox-selection-demo.html
Angular version
17
PrimeNG version
17.18
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.13
Browser(s)
Chrome 125.0
Steps to reproduce the behavior
Expected behavior
All checkboxes become to be selected and on "unselect all" click all not disabled checkboxes become to be unselect.
Expected behavior - don't change the state of disabled checkboxes
The text was updated successfully, but these errors were encountered: