Answers for "change select first option texoption value of a name disable"

0

disable first option in select

<select>
   <option hidden>Choose</option>
   <option>Item 1</option>
   <option>Item 2</option>
</select>
Posted by: Guest on September-20-2021

Code answers related to "change select first option texoption value of a name disable"

Browse Popular Code Answers by Language