Pulldown List
aka. "Show More/Show Less"
Last updated
aka. "Show More/Show Less"
Last updated
A toggle button at the end of a list that when activated will be "pulled down" to reveal more list items. The button can be toggled again, restoring the initial state of the list.
Not to be confused with the HTML details element. They have slightly different behaviour. The button in a details element always remains in place and its label never changes. In a pulldown list, the button toggles both its place in the DOM and its label.
Another variant of the Pulldown List is one in which the button is simply removed from the DOM after activation, i.e. there is no way to restore the list back to its initial state.
Experience the pattern in action on our companion eBay MIND Patterns examples website.
This section provides interaction guidelines for keyboard, screen reader, and pointing devices.
Activating the button reveals new list items and moves the button to the end of these new items.
The button text toggles between "Show More" and "Show Less".
Button is activated with ENTER or SPACEBAR key.
After "Show More" button is activated, keyboard focus is placed on the first new list item.
After "Show Less" button is activated, keyboard focus remains on the button.
If following WCAG 2.4.9, button should have additional offscreen context.
There is no pointer specific interactions other than the general activation of the button.
This section is currently unavailable.
Can be used on the button to append additional context to assistive technology if following WCAG 2.4.9