You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't choose a date after 2017-01-01, even if a max is defined.
Can't accept the default value when pressing "Done", it behaves the same way as "Cancel".
Steps to Reproduce
Just write an <ion-datetime> element in any page, without any special options. It can be easily replicated in Datetime page of the v4 alpha docs.
Related Code <ion-datetime></ion-datetime>
Expected Behavior
Default date, without options, should be today.
The current year (2018) should be able to be selected by default.
All dates in between min and max should be able to be selected.
The default option for each picker (index 0) should be able to be selected when pressing "Done".
Thanks for this issue! This has been merged in by PR #17443. It will be in the next release: 4.1.0. Please let us know if you are still seeing problems after that.
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
Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug
max
is defined.Steps to Reproduce
Just write an
<ion-datetime>
element in any page, without any special options. It can be easily replicated in Datetime page of the v4 alpha docs.Related Code
<ion-datetime></ion-datetime>
Expected Behavior
min
andmax
should be able to be selected.Additional Context
Related issues:
The text was updated successfully, but these errors were encountered: