Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Added AUS, FRA and NZL country support
Browse files Browse the repository at this point in the history
  • Loading branch information
jbate committed Sep 15, 2015
1 parent d910073 commit a55d1f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
<label for="country">Country</label>
<select name="country">
<option value="">Please select</option>
<option value="gbr" selected>UK</option>
<option value="usa">USA</option>
<option value="aus">Australia</option>
<option value="fra">France</option>
<option value="nzl">New Zealand</option>
<option value="gbr" selected>United Kingdom</option>
<option value="usa">United States</option>
</select>

<label for="input">Address</label>
Expand Down

0 comments on commit a55d1f3

Please sign in to comment.