We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438004b commit bb592adCopy full SHA for bb592ad
js/widgets/forms/select.custom.js
@@ -46,7 +46,10 @@ define( [
46
"id": menuId,
47
"role": "listbox",
48
"aria-labelledby": buttonId
49
- }).attr( "data-" + $.mobile.ns + "theme", widget.options.theme ).appendTo( listbox ),
+ }).attr( "data-" + $.mobile.ns + "theme", widget.options.theme )
50
+ .attr( "data-" + $.mobile.ns + "divider-theme", widget.options.dividerTheme )
51
+ .appendTo( listbox ),
52
+
53
54
header = $( "<div>", {
55
"class": "ui-header ui-bar-" + widget.options.theme
0 commit comments