Answers for "how to hide arrow in select box"

CSS
-1

select box arrow hide css in ie

select::-ms-expand {
    display: none;
}
Posted by: Guest on July-03-2020

Code answers related to "how to hide arrow in select box"

Browse Popular Code Answers by Language