Pickadate.js
41–50 of 130 posts
Re: Pickadate.js
#42Re: Pickadate.js
#43Re: Pickadate.js
#44Re: Pickadate.js
#45HTML5 has type="date" for input fields. It'd be kinda cool if this could automatically use those in situations where the browser doesn't support the picker natively. Unless I totally misunderstand the point ;-)
https://github.com/amsul/pickadate.js/blob/gh-pages/index.ht...
Re: Pickadate.js
#46Here's an article describing the behavior in Chrome: http://updates.html5rocks.com/2012/08/Quick-FAQs-on-input-ty.... That behavior's in line with the current spec: http://dev.w3.org/html5/spec/forms.html#input-author-notes.
EDIT: I just realized that the OP might not be the author, so I'll just add an issue on GitHub.
Re: Pickadate.js
#47Re: Pickadate.js
#48HTML5 has type="date" for input fields. It'd be kinda cool if this could automatically use those in situations where the browser doesn't support the picker natively. Unless I totally misunderstand the point ;-)
Re: Pickadate.js
#49Re: Pickadate.js
#50Some more missing stuff: does not allow to block specific days or weekdays (e.g. sundays) that should not be picked. Also time ranges (hover over a days and the next x days get highlighted) would be nice.