Skip to content
Advertisement

how to scroll years using pikaday?

I am using pikaday.min.js and pikaday.min.css in my project. The problem is with the years. When I click the year, the options are the chosen year -/+ 10 years, but there is no scroll option when the grey box pops up.

For ex. if I want to select year 2002 in the example below, I must select years <2012 in order that 2002 shows up. I hope I am clear enough

enter image description here

JavaScript

Advertisement

Answer

This seems to be a CSS issue. The Example on https://pikaday.com/ supports scrolling.

Try to make the element scrollable with e.g.:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement