Skip to content

Instantly share code, notes, and snippets.

@AllanD
Created June 18, 2011 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AllanD/1032662 to your computer and use it in GitHub Desktop.
Save AllanD/1032662 to your computer and use it in GitHub Desktop.
I think it might be this:
the <option> needs values 0 - x
<select>
<option value="0" selected="selected">something</option>
<option value="1" >something</option>
<option value="2" >something</option>
<option value="3" >something</option>
<option value="4" >something</option>
<option value="5" >something</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment