-
-
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
closeOnSelect #121
Comments
https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/src/ionic-datepicker.directive.js#L317-L320 |
@kerosin I am using popup. But, when use modal, the follow error will occur : TypeError: Cannot call method 'hide' of undefined |
Can you provide your code somewhere? (e.g. codepen) |
Getting the same error using popup with closeOnSelect enabled. For whatever reason popup is undefined here https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/src/ionic-datepicker.directive.js#L320 |
@kerosin , please refer to following code
|
On popup the date changes on select, but the popup doesn't close and if i choose modal, the modal appears and closes immediately staying on the same date. |
Same as #112 |
When I set closeOnSelect to true, meet error "TypeError: Cannot call method 'close' of undefined"
The text was updated successfully, but these errors were encountered: