Answers for "html select default value disabled"

0

html select default value disabled

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

html select option disabled selected

<option selected disabled>Choose Tagging</option>
Posted by: Guest on March-02-2021

Code answers related to "html select default value disabled"

Browse Popular Code Answers by Language