Skip to content

Commit 59dd8d5

Browse files
Selectmenu: Added note about events when custom select uses a dialog
Ref jquery-archive/jquery-mobile#7013
1 parent 2f4586b commit 59dd8d5

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
@@ -166,7 +166,7 @@ $(document).on( "mobileinit", function() {
166166
<p>When the <code>select</code> has a small number of options that will fit on the device's screen, the menu will appear as a small overlay with a pop transition:
167167
<iframe src="/resources/select/example9.html" style="width:100%;height:270px;border:0px"></iframe></p>
168168

169-
<p>When it has too many options to show on the device's screen, the framework will automatically create a new &quot;page&quot; populated with a standard <a href="listview">listview</a> for the options. This allows us to use the native scrolling included on the device for moving through a long list. The text inside the <code>label</code> is used as the title for this page.
169+
<p>When it has too many options to show on the device's screen, the framework will automatically create a new dialog-style &quot;page&quot; populated with a standard <a href="listview">listview</a> for the options. This allows us to use the native scrolling included on the device for moving through a long list. The text inside the <code>label</code> is used as the title for this page. Be aware of the page and pagecontainer events that will be fired for this generated page.
170170
<iframe src="/resources/select/example10.html" style="width:100%;height:590px;border:0px"></iframe></p>
171171

172172
<h3>Disabled options</h3>

0 commit comments

Comments
 (0)