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
Solution for both android and web:
.unstyled { -webkit-appearance: none; } .unstyled::-webkit-inner-spin-button, .unstyled::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; }