Skip to content
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

fix(datetime): enable custom day values #9708

Merged
merged 4 commits into from
Dec 19, 2016
Merged

Conversation

brandyscarney
Copy link
Member

@brandyscarney brandyscarney commented Dec 19, 2016

DO NOT SQUASH - this contains a commit from manu and me

Enables the ability to pass custom day values, fixes a bug when the current year does not exist in yearValues; it was disabling months when it shouldn’t.

Adds a unit test that will break if the default year is set to today’s year and it doesn’t exist in yearValues.

Fixes #7190

manucorporat and others added 4 commits December 16, 2016 12:57
…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
@jgw96
Copy link
Contributor

jgw96 commented Dec 19, 2016

@brandyscarney looks good to me! 🎉

@brandyscarney brandyscarney merged commit acba3c0 into master Dec 19, 2016
@adamdbradley adamdbradley deleted the datetime-custom-values branch January 5, 2017 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Datetime not working for dayValues attribute
3 participants