Skip to content

Commit

Permalink
Listbox Design Pattern: Add link to grouped listbox example (pull #1341)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt King <[email protected]>
  • Loading branch information
smhigley and mcking65 authored Feb 28, 2020
1 parent 2fd5bf2 commit 583e5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,7 @@ <h4>Examples</h4>
<li><a href="examples/listbox/listbox-scrollable.html">Scrollable Listbox Example</a>: Single-select listbox that scrolls to reveal more options, similar to HTML <code>select</code> with <code>size</code> attribute greater than one.</li>
<li><a href="examples/listbox/listbox-collapsible.html">Collapsible Dropdown Listbox Example</a>: Single-select collapsible listbox that expands when activated, similar to HTML <code>select</code> with the attribute <code>size=&quot;1&quot;</code>.</li>
<li><a href="examples/listbox/listbox-rearrangeable.html">Example Listboxes with Rearrangeable Options</a>: Examples of both single-select and multi-select listboxes with accompanying toolbars where options can be added, moved, and removed.</li>
<li><a href="examples/listbox/listbox-grouped.html">Listbox Example with Grouped Options</a>: Single-select listbox with grouped options, similar to an HTML <code>select</code> with <code>optgroup</code> children.</li>
</ul>
</section>

Expand Down

0 comments on commit 583e5fc

Please sign in to comment.