Skip to content

Commit 99175b5

Browse files
committed
Selectmenu: Added a warning span around note
Fixes jquerygh-288 Closes jquerygh-371
1 parent 211d8ef commit 99175b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/selectmenu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ $.mobile.selectmenu.prototype.options.hidePlaceholderMenuItems = false;
206206
<li>The text of each selected item will appear inside the button as a list. If the button is not wide enough to display the entire list, it is truncated with an ellipses.</li>
207207
<li>If no items are selected, the button's text will default to the placeholder text.</li>
208208
<li>If no placeholder element exists, the default button text will be blank and the header will appear with just a close button. Because this isn't a friendly user experience, we recommended that you always specify a placeholder element when using multiple select boxes.</li>
209-
<li>Currently jQuery Mobile only supports the <code>multiple</code> attribute on a <code>select</code> with <code>nativeMenu</code> set to <code>false</code>.</li>
209+
<li><span class="warning">Currently jQuery Mobile only supports the <code>multiple</code> attribute on a <code>select</code> with <code>nativeMenu</code> set to <code>false</code>.</span></li>
210210
</ul>
211211

212212
<iframe src="/resources/select/example13.html" style="width:100%;height:310px;border:0px"></iframe>

0 commit comments

Comments
 (0)