mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-23 13:45:49 +00:00
updated attribute for new option name
This commit is contained in:
parent
aad8ac174a
commit
698f7fd255
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@
|
|||
|
||||
<div data-role="fieldcontain">
|
||||
<label for="select-choice-native" class="select">Your state:</label>
|
||||
<select name="select-choice-native" id="select-choice-native" data-native="true">
|
||||
<select name="select-choice-native" id="select-choice-native" data-native-menu="true">
|
||||
<option>Native menu...</option>
|
||||
<option value="AL">Alabama</option>
|
||||
<option value="AK">Alaska</option>
|
||||
|
|
|
|||
Loading…
Reference in a new issue