Answers for "how to remove the arrow in the select tag"

1

select list hide default arrow

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
Posted by: Guest on August-24-2021

Code answers related to "how to remove the arrow in the select tag"

Browse Popular Code Answers by Language