I'm trying to hide extra information and arrows from a date input but it is not hiding in Chrome browser, it does hide in IE.
I'm using the following CSS and cannot see any error.
input[type=date]:-webkit-datetime-edit,
input::-webkit-inner-spin-button,
input::-webkit-clear-button {
display: none;
}