Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select All Button is not working properly [BUG] #465

Open
siva04 opened this issue May 30, 2024 · 1 comment
Open

Select All Button is not working properly [BUG] #465

siva04 opened this issue May 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@siva04
Copy link

siva04 commented May 30, 2024

Select all button not working properly in multiple select enabled

image

while select all is selected and selected values are reset the select all button is not deselected

image

while select all is selected and 1 option deselected the select all button is not deselected

@siva04 siva04 added the bug Something isn't working label May 30, 2024
@macjohnny
Copy link
Member

@siva04 the state of the select all checkbox is controlled via

@Input() toggleAllCheckboxChecked = false;
/** select all checkbox indeterminate state */
@Input() toggleAllCheckboxIndeterminate = false;

do you want to fix this in the demo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants