How can I check if a user has selected something from a field in HTML5?
I see doesn\'t support the new
Try this
<select> <option value="" style="display:none">Please select</option> <option value="one">One</option> </select>