Created
August 21, 2019 14:00
-
-
Save phyesix/c069ddf5225d7c815d8e020f1ed36f71 to your computer and use it in GitHub Desktop.
option types - "label" attribute
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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