I want to remove the right arrow from input type date. I want to let is work on mobile too.
Here is exactly want I want to remove:
What i've tried
<input type="date" class="unstyled" />
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
}
On desktop it doesen't appear..but on android devices appears.
Solution for both android and web:
Try this
Try this: