Skip to content

fix Selectmenu non-native theming problem #7957 #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion entries/selectmenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ $.mobile.selectmenu.prototype.options.hidePlaceholderMenuItems = false;
<p>You can specify any jQuery Mobile button <code>data-</code> attribute on a select element, too. In this example, we're setting the theme, icon and inline properties:
<iframe src="/resources/select/example16.html" style="width:100%;height:310px;border:0px"></iframe></p>

<p>The <code>data-overlay-theme</code> attribute can be added to a select element to set the color of the overlay layer for the dialog-based custom select menus and the outer border of the smaller custom menus. By default, the content block colors for swatch "a"" will be used for the overlays.
<p>The <code>data-overlay-theme</code> attribute can be added to a select element to set the color of the overlay layer for the dialog-based custom select menus and the outer border of the smaller custom menus. By default, the content block colors for swatch "a" will be used for the overlays.
<p>Note: Custom selects use the popup widget for the menu. Because the popup container is elsewhere on the page it can't inherit the theme swatch from the parent of the select, and inherits from the page instead.</p>
<iframe src="/resources/select/example17.html" style="width:100%;height:290px;border:0px"></iframe></p>
<p><iframe src="/resources/select/example18.html" style="width:100%;height:590px;border:0px"></iframe></p>

Expand Down