mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 01:44:45 +00:00
Fixed alpha order of an option under selects
This commit is contained in:
parent
56f0af4cdf
commit
3d34943068
1 changed files with 4 additions and 4 deletions
|
|
@ -344,6 +344,10 @@
|
|||
<th>data-native-menu</th>
|
||||
<td><strong>true</strong> | false</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-overlay-theme</th>
|
||||
<td>swatch letter (a-z) - overlay theme for non-native selects</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-placeholder</th>
|
||||
<td>true | false - Add to the Option</td>
|
||||
|
|
@ -352,10 +356,6 @@
|
|||
<th>data-role</th>
|
||||
<td>none (prevents auto-enhancement to use native control)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-overlay-theme</th>
|
||||
<td>swatch letter (a-z) - overlay theme for non-native selects</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-theme</th>
|
||||
<td>swatch letter (a-z) - Added to the form element</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue