-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[Ionic4-beta.6] Datetime restrictions based on maxDate do not update while modal is open #15452
Comments
Does this issue still exist in |
I updated to beta.17 and the issue is still present. I startet a new project from template to record a .gif showing the issue. Whats happening in this gif: Edit: max and min attributes are set via template binding.
|
I am also experiencing this issue in 4.0.0-beta.17 |
Thanks for your response and confirming it. I already added it as bug, so it should fixed until the v4 release :) |
I have also this issue in 4.0.0-rc-0 |
Hi there, Thanks for the issue! I’ve added this to issue #16630 to keep track of. We’re going to close out the individual issues and address all of the Datetime issues at once. We’re not forgetting about your issue, just trying to keep them all together. Thanks for using Ionic! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic Info
Describe the Bug
The fields in the selector do not update while the popup is open when a max value is set.
Example: max value is 15.09.2018 (dd.MM.yyyy), so only 1-15d in month 9, 1-9m in year 2018 should be able to be selected, while in other months all days, and in other years all months should be available for selection. Change the year to 2017, fields do not update and month is still only 1-9 available. Accept the date, reopen the modal and you can select all months.
Day is completely ignored there are always 31 days available for every month.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Restrictions update while selecting date.
The text was updated successfully, but these errors were encountered: