brianblakely / nodep-date-input-polyfill

Automatically adds datepickers to input[type=date] on IE, macOS Safari, and legacy browsers.
https://www.npmjs.com/package/nodep-date-input-polyfill
MIT License
96 stars 137 forks source link

entering or deleting date in input syncs #71

Closed mcshaz closed 4 years ago

mcshaz commented 4 years ago

Judging by the waiting list on some of the pull requests (and also by the limited number of browsers still in use which do not have native date input elements) I suspect this is a dead repo.

As such I made some changes over time rather than creating multiple issues and independent branches/pull requests for each issue. This pull request is therefore more to bring to the attention of anyone wishing to use this repo that changes in this pull request may be worth having a look.

Changes:

There is a gest-age.html, a gestational age calculator which is why I needed the updated date picker. It is worth playing with this for testing purposes, and also seeing how to implement lazy loading with a tiny and nodep code base.

mcshaz commented 4 years ago

added further:

closing this as it will be renamed to a separate project - esm-date-input-polyfill.