Read api changes in v2+
For all the themes below, you can scroll the picker into view with something like this:
$( '.datepicker' ).pickadate({
onOpen: function() {
scrollPageTo( this.$node )
}
})
function scrollPageTo( $node ) {
$( 'html, body' ).animate({
scrollTop: ~~$node.offset().top - 60
}, 150)
}
Browser support: IE7+, Chrome, Firefox, Safari, Opera, iOS Safari, Android browser
Read the docs (api changes in v2+) or view project on Github
Made by Amsul