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

Add updateDisabledDates and matching test #69

Merged
merged 4 commits into from
May 23, 2019
Merged

Add updateDisabledDates and matching test #69

merged 4 commits into from
May 23, 2019

Conversation

happydude
Copy link
Contributor

I created a test to help track down an error I am seeing when changing the disabledDates array

@btecu
Copy link
Owner

btecu commented May 22, 2019

Looks like updateDisabledDates is missing. It should be something like:

  updateDisabledDates() {
    this.picker().disabledDates(this.get('disabledDates'));
  },

@happydude happydude changed the title test setting and changing disabledDates Add updateDisabledDates and matching test May 22, 2019
@btecu btecu merged commit a3a6b99 into btecu:master May 23, 2019
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.

None yet

2 participants