Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 3413961

Browse files
committed
Select.custom: fixed listbox overlayTheme regression. Fixed #5051 Select data-overlay-theme not changing from 'a' past jqm1.1.1
1 parent b793599 commit 3413961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/select.custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ define( [
3939
"<div data-" + $.mobile.ns + "role='content'></div>"+
4040
"</div>" ),
4141

42-
listbox = $( "<div>", { "class": "ui-selectmenu" } ).insertAfter( widget.select ).popup( { theme: "a" } ),
42+
listbox = $( "<div>", { "class": "ui-selectmenu" } ).insertAfter( widget.select ).popup( { theme: widget.options.overlayTheme } ),
4343

4444
list = $( "<ul>", {
4545
"class": "ui-selectmenu-list",

0 commit comments

Comments
 (0)