TIL the default is the first item
POSTED ON:
<select>
<option> I'm default if there's no selected </option>
<option selected> But I'm default because there IS a selected</option>
<option> I'm a third option and I suck at parties</option>
</select>
Related TILs
Tagged: webdev