Answers for "how to hide select box value and show arrow only"

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 select box value and show arrow only"

Browse Popular Code Answers by Language