mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 17:34:45 +00:00
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:
commit
51b37789bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue