ctrachte / Datepicker.js

Simple standalone date picker with only html, css and moment.js
https://www.npmjs.com/package/moment-datepicker-js
MIT License
4 stars 7 forks source link

`Datpicker.value()` validation is too strict #83

Closed ctrachte closed 3 years ago

ctrachte commented 3 years ago

setting values when values already exist in Datepicker state:

ctrachte commented 3 years ago

Need more sanitization of different date types, and more thorough testing to ensure all values passed in are properly set.