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

Fixes an issue when calling selectAll on a filtered result #1045

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Disman38
Copy link

In a dropdownlist of Contract numbers, the selectAll function on a filtered list would select all visible items plus the n th item ("n" being the filtered text). For example, if I filter on "14" and click on selectAll, I would get 114, 214, 814 and 073 (the 14th item in the list) selected.
I figured that since the deselectAll didn't have the same behavior, there was probably a small difference between them. I found it, corrected it in my project and it works properly now.

In a dropdownlist of Contract numbers, the selectAll function on a filtered list would select all visible items plus the n th item ("n" being the filtered text). For example, if I filter on "14" and click on selectAll, I would get 114, 214, 814 and 073 (the 14th item in the list) selected.
I figured that since the deselectAll didn't have the same behavior, there was probably a small difference between them. I found it, corrected it in my project and it works properly now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant