Created
April 30, 2016 00:34
-
-
Save dzoba/c601c19a2bbd089c390e58d9828cf573 to your computer and use it in GitHub Desktop.
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
<FormControl componentClass="select" multiple value="['other1', 'other2']"> | |
<option value="other1">other1</option> | |
<option value="other2">other2</option> | |
<option value="other3">other3</option> | |
<option value="other4">other4</option> | |
<option value="other5">other5</option> | |
</FormControl> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment