Use the disabled selected property:
<select>
<option value="" disabled selected>Select your option</option>
<option value="hurr">Durr</option>
</select>
Reference:
http://stackoverflow.com/questions/5805059/select-placeholder
<select>
<option value="" disabled selected>Select your option</option>
<option value="hurr">Durr</option>
</select>
Reference:
http://stackoverflow.com/questions/5805059/select-placeholder
No comments:
Post a Comment