I am trying to hide the native arrow for the datalist because I am using a custom chevron. Doing this works on Desktop Browsers:
input::-webkit-calendar-picker-indicator {
visibility: hidden;
}
However this does not work on mobile browsers. Can someone help figure out how I can hide the native datalist arrow for mobile browsers?
diaplay: nonesee if it might help