Title of dialog-page for non-native-selectmenu "your state", red from select-label, had duplicate title cause of non-unique id of selects.

This commit is contained in:
Maurice Gottlieb 2011-10-17 00:41:20 +03:00
parent 265ffb68e4
commit 8339c6a889

View file

@ -70,8 +70,8 @@
<p>Here is 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>