Skip to content

Instantly share code, notes, and snippets.

@phyesix
Created August 21, 2019 14:00
option types - "label" attribute
<select>
<option label="3">Audi A3</option>
<option label="4">Audi A4</option>
<option label="5">Audi A5</option>
<option label="6">Audi A6</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment