Answers for "hide first option"

0

hide 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 "hide first option"

Browse Popular Code Answers by Language