You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: