We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The 'changeDate' event is fired when I manually change the date by typing in the input.
The 'changeDate' event is not fired.
1.7.1
https://jsfiddle.net/0e9Ltt21/5/
This seems to have been caused by 110b120 where the && fromArgs check was added to the comparison of new and old dates.
&& fromArgs
The text was updated successfully, but these errors were encountered:
Juste faced the same issue and same conclusion, when removing && fromArgs , test
Events on initialization - When initializing the datepicker, it should trigger no change or changeDate events
in tests/suites/events.js obviously fails
tests/suites/events.js
Sorry, something went wrong.
Any chance of a new release to fix this issue?
No branches or pull requests
Expected behaviour
The 'changeDate' event is fired when I manually change the date by typing in the input.
Actual behaviour
The 'changeDate' event is not fired.
Datepicker version used
1.7.1
Example code
https://jsfiddle.net/0e9Ltt21/5/
This seems to have been caused by 110b120 where the
&& fromArgs
check was added to the comparison of new and old dates.The text was updated successfully, but these errors were encountered: