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

Datepicker filter-control does not work correctly #4157

Closed
SEModer opened this issue Feb 8, 2019 · 1 comment
Closed

Datepicker filter-control does not work correctly #4157

SEModer opened this issue Feb 8, 2019 · 1 comment
Labels
filter-control Issues for the filter-control extension.

Comments

@SEModer
Copy link

SEModer commented Feb 8, 2019

When you select a date, the search event does not occur until you yourself press the Enter button in the date selection field.
To fix this problem, i'm temporarily change the lines:
Line 495 $(currentTarget).keyup();
To that.onColumnSearch(_ref7);
May be it's incorrect, but work for me...

JSFiddle

@UtechtDustin
Copy link
Collaborator

The fixed version will be avaible in the next update.

@UtechtDustin UtechtDustin added the filter-control Issues for the filter-control extension. label Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filter-control Issues for the filter-control extension.
Projects
None yet
Development

No branches or pull requests

2 participants