-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Feature request: callback on cancel #198
Comments
If the user didn't pick a date then we are not passing anything in to the callback . So you can check the value you are getting to the callback function and then you can decide whether the user has selected a value or not. |
+1 |
rajeshwarpatlolla#198 fixed rajeshwarpatlolla#215 fixed rajeshwarpatlolla#290 fixed Fixed some bugs from PR rajeshwarpatlolla#229
@rajeshwarpatlolla I have a fix for this, but I need to be able to access the repo to push. If you don't want to do that you can just add this:
after line 267 so that the code looks like this:
|
Any news on this feature? |
Please @rajeshwarpatlolla , accept @jgerstle changes, so we can handle callback cancel, also this change helps us to solve issue #317 and #207 |
Would it be possible to implement an option where a callback function can be run if the user clicks cancel/close without picking a date?
The text was updated successfully, but these errors were encountered: