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

Update distribution with latest bugfix #307

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

simonepri
Copy link

Simone Primarosa added 6 commits August 19, 2016 12:47
The continue, that is unsignificant there, causes the cycle to continue
when target is undefined.
In some edge cases the id of the picker is setted progmatically (for
exemple when you have more than one picker "picker-1", "picker-2", and
so on).
So the link function never define 'pickerUpdate', since may not see the
'id' field.
Removing the check solves the problem
@simonepri simonepri changed the title Update distribution whit latest bugfix Update distribution with latest bugfix Aug 19, 2016
Simone Primarosa added 16 commits August 20, 2016 13:11
This commit gives the ability to the people to distinguish disabled
dates (invalid ones) from the dates in the next month.
This gives the ability, for example, to disable the clickability for
disabled dates by using css:
[date-picker] .disabled:active,
[date-picker] .disabled.active {
pointer-events: none  !important;
}
The picker highlight the wrong day/month/year when you change month/year
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.

1 participant