mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
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:
parent
265ffb68e4
commit
8339c6a889
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue