Код: Выделить всё
.date::-webkit-inner-spin-button,
.date::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
appearance: none;
}Код: Выделить всё
This works well on PC browsers, but on mobile only IOS works as expect. All Android browsers (Webview, Chrome, Firefox) can only hide the inner spin button, the calendar picker triangle is still visible.
Источник: https://stackoverflow.com/questions/612 ... on-android
Мобильная версия