mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
* fix(datetime): dayValues attribute fixes #7190 * fix(datetime): default to the first year if the current year doesn't exist When the current year does not exist in yearValues, it was disabling months when it shouldn’t - this commit fixes that so all of the months are enabled. Closes #7190 * fix(datetime): only set the year to the first option if yearCol exists