-
Notifications
You must be signed in to change notification settings - Fork 234
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
Date Range Selector issue #139
Comments
I believe that's a bug with the change event not firing. If you change to some other date and then back to "Today" it should work. |
I fixed the issue. It is because of the if condition in daterangepicker library: public/js/daterangepicker-1.3.2.js Comment the if condition in Hide Function :
|
Hi Mr. @jdorn How can I push the above fix, I am able to clone the repo but unable to push the changes, I got the below error: git push origin master Please make sure you have the correct access rights Can you please help me to push the fix. |
Thanks for wanting to contribute. You need to fork the repository and submit a pull request in order to get fixes into the main project. Here's some info from GitHub about how to do this: Forking - https://help.github.com/articles/fork-a-repo |
Every time I select “Today” in the date selector on dateRange field, it is not getting changed. For example, today is 24th — but when I select Today on this report, it will not be selected.
-- VARIABLE: { name: "range", display: "Range", type: "daterange", default: { start: "yesterday", end: "yesterday" }, format: "Y-m-d" }
Can you please suggest the solution for the same.
The text was updated successfully, but these errors were encountered: