Answers for "how to make select readonly in html"

PHP
0

make select element readonly

select[readonly]
{
    pointer-events: none;
}
Posted by: Guest on April-27-2021

Code answers related to "how to make select readonly in html"

Browse Popular Code Answers by Language