Skip to content

Instantly share code, notes, and snippets.

@dzoba
Created April 30, 2016 00:34
Show Gist options
  • Save dzoba/c601c19a2bbd089c390e58d9828cf573 to your computer and use it in GitHub Desktop.
Save dzoba/c601c19a2bbd089c390e58d9828cf573 to your computer and use it in GitHub Desktop.
<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