mithril-datepicker
mithril-datepicker copied to clipboard
Pick a date! But only if you're using Mithril. (component for Mithril.js ^v1.0)
Results
5
mithril-datepicker issues
Sort by
recently updated
recently updated
newest added
Some times people want to directly input a date from keyboard, can add this?
there would be nice to restrict the user input by * restricting past dates * allowing time intervals ```js m(DatePicker, { data: ..., allowPastDates: true, // defaults to now interval:...