-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
Description
I'm looking to migrate a codebase (well, a few dozen) away from a mix of Pikaday and jQuery UI onto native datepicker elements. One of our main reasons for using a datepicker is to select a date within approximately two weeks from the current date.
In Chrome with the native picker, setting a min and max causes the picker to only allow selection between those dates.

In IE11 with this polyfill, the min and max attributes and properties are seemingly ignored, giving the user free reign to select any date they'd like.

Am I missing something or does this polyfill not support these attributes yet?
Jab2870