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 for IE With Select Year/Month and Setting Highlighted Date #338

Merged
merged 2 commits into from
Feb 15, 2014

Conversation

andrewburgess
Copy link
Contributor

Issue can be seen here: http://jsfiddle.net/andrewburgess/Q5F6Q/ using version from 2/14/2014

Using the following instantiation:

$('input').pickadate({
    selectYears: 30,
    onStart: function () {
        this.set('highlight', 824330296545);
    }
});

Trying to change the year triggers two change events. The first is correct, but the second will end up turning the selectYear to 1900

@amsul amsul merged commit 5a50b37 into amsul:dev Feb 15, 2014
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.

2 participants