Skip to content

Instantly share code, notes, and snippets.

@phillip-haydon
Created October 9, 2013 11:25
Show Gist options
  • Save phillip-haydon/6899758 to your computer and use it in GitHub Desktop.
Save phillip-haydon/6899758 to your computer and use it in GitHub Desktop.
<div class="field">
<label>Gender</label>
<div class="ui dropdown selection">
<input type="hidden" name="gender">
<i class="dropdown icon"></i>
<div class="default text">...</div>
<div class="menu">
<div class="item" data-value="male">Male</div>
<div class="item" data-value="female">Female</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment