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

Commit 69fc980

Browse files
committed
Docs: Add info for themeable optgroups (forms/selects/custom.html)
1 parent bb592ad commit 69fc980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/forms/selects/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h3>Multiple selects</h3>
277277

278278

279279
<h3>Optgroup support</h3>
280-
<p>If a select menu contains <code>optgroup</code> elements, jQuery Mobile will create a divider &amp; group items based on the <code>label</code> attribute's text:</p>
280+
<p>If a select menu contains <code>optgroup</code> elements, jQuery Mobile will create a divider and group items based on the <code>label</code> attribute's text. The default theme for group dividers is "b" (blue in the default theme) but can be changed with the <code>data-divider-theme</code> attribute on the select menu:</p>
281281

282282
<div data-role="fieldcontain">
283283
<label for="select-choice-8" class="select">Shipping method:</label>

0 commit comments

Comments
 (0)