-
Notifications
You must be signed in to change notification settings - Fork 284
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
need to be blank for [search][value] after remove the filter #328
Comments
If you'll provide a link to a test case (using my local yadcf copy) I will be able to fix it much quicker |
I see similar in http://yadcf-showcase.appspot.com/server_side_source.html where on initial load |
Just determined the issue originally reported by @BAndy18ru happens with a date_range filter, and can be reproduced in http://yadcf-showcase.appspot.com/server_side_source.html |
same here in select2 after removing entries the input field (with [x] or with backspace) is not cleared properly (or connection in regexp remains) LOWER(`table`.`field`) REGEXP |filterString) after yadcf.doFilter('clear', '-table', 24); the input is cleared and its working again |
@louking , can you please write down a simple flow with expected / actual result so I can understand whats not working as expected? I tried to reset the range date with [X], and it sends |
Follow these steps with http://yadcf-showcase.appspot.com/server_side_source.html
Frankly, I don't have a problem with this behavior and have coded around it. Having said that, I think it would be more intuitive when the filter is cleared to have the search value go back to the same state as it was before it was ever used (empty) |
fixed in 0.9.2.beta.4 |
Hi, great job!
I just found this and simple tested)
Filters not removed properly after X button.
It happen on Date and Range of numbers filters, "-yadcf_delim-" sended to the server
Also, can you pls add to the code minimized version of JS.
Thanks
The text was updated successfully, but these errors were encountered: