TheConeHead
Programmer
Is there a way to have a select grey out and not selectable?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<body>
<form name=blahForm>
<select name=blah>
<option value="1">One</option>
<optgroup label="Two"></optgroup>
<option value="3">Three</option>
</select>
</form>
</body>