Most JavaScript date pickers still open a calendar grid, find a month, then ask the user to click a day. A scrollable date picker changes that navigation model — and the implementation decisions that follow. That works well on desktop.

Source: [Dev.to](https://dev.to/rolldate/how-to-build-a-scrollable-date-picker-in-javascript-460a)

Sponsored