Aria Listbox

Easily turn any list of options into an ARIA-compliant listbox with keyboard (tab and selection change) and mouse (and thus touch) support..

It has no dependencies and keeps no state, so it works easily with your favorite framework or library for building your app.

Documentation

See GitHub for the latest documentation and source

Interactive Examples

Single select

Choose a Fruit

  • Apple
  • Banana
  • Pineapple
  • Watermelon
  • Orange
  • Cherry
  • Strawberry
  • Blueberry

Current Live DOM

Multi select

Current Live DOM

Installation

npm

npm install --save aria-listbox

bower

bower install --save aria-listbox

Source on GitHub