Skip to content

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.

1 participant