Is it possible to hide the first option i.e. <option>Select One</option> when the user clicks the dropdown box to see the options. So the text Select One does not appear in the list
Is it possible to hide the first option i.e. <option>Select One</option> when the user
Share
As there is no reliable cross browser way to hide
optionelements, your best bet is to remove it onfocusand add it again onblur:Here’s a working example