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

Commits on Jul 31, 2018

  1. Fixes an issue when calling selectAll on a filtered result

    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.
    Disman38 committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    361f57a View commit details
    Browse the repository at this point in the history