Merge pull request #2720 from MauriceG/master

Docs forms / selects: double title at dialog-page of non-native-select. Thanks MauriceG!
This commit is contained in:
Todd Parker 2011-10-16 15:22:25 -07:00
commit 51b37789bb

View file

@ -92,8 +92,8 @@
<p>An example of a select with a long list of options:</p>
<div data-role="fieldcontain">
<label for="select-choice-3" class="select">Your state:</label>
<select name="select-choice-3" id="select-choice-3">
<label for="select-choice-2" class="select">Your state:</label>
<select name="select-choice-2" id="select-choice-2">
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>