[Feature Request] Date Picker for Desktop Browser | Ionic 4

Ionic 4 target all platforms, desktop to mobile.
Capacitor: Universal Web Applications

Please provide date-picker for desktop browsers. Or make currently available date-picker scroll-able using mouse wheel (or if you have any work around for this please let me know) for better user experience.

Thank You

1 Like

add this in CSS it will give you the result your looking for (tested ionic 5)

.picker-col {
min-width: 60px;
overflow: auto;
}
.picker-col::-webkit-scrollbar {
width: 0px; /* width of the entire scrollbar */
}