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 · 3 comments
Open

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

siva04 opened this issue May 30, 2024 · 3 comments
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?

@swierzbicki
Copy link
Contributor

  1. @macjohnny i can take this bug. Is it only on demo page or somewhere else?
  2. Basically is there somekind of discord or some channel when we can get in touch? I would like to ask about contributions. What can i take? Are there any specific rules etc.? Because i would like to take something more serious. But of course... baby steps. Don't want to take the biggest feature. Becasue i need to do some warmups to be more familiar with repo code :)

@macjohnny
Copy link
Member

@swierzbicki thanks for offering help, thats much appreciated.

  1. i think the problem is on the demo page, since the select-all control in ngx-mat-select-search does not have any logic
  2. you could connect with me on linkedin or via the email on bithost.ch/team

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

3 participants