We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop the type of listbox described in the combobox design pattern where the behavior emulates an HTML select with the size attribute set to 1.
The behavior and ARIA attributes of the collapsible dropdown listbox are described on the HTML example page in the listbox-expandable branch.
The text was updated successfully, but these errors were encountered:
Add example of collapsible dropdown listbox (pull #556)
42db5fd
Initial cut of a collapsible dropdown listbox example that completes work for issue #470.
Complete with commit 42db5fd.
Sorry, something went wrong.
Collapsible Listbox Example: rename html file
f0721b6
For issue #470, fixed missing file name change. renamed: examples/listbox/listbox-expandable.html -> examples/listbox/listbox-collapsible.html
mcking65
No branches or pull requests
Develop the type of listbox described in the combobox design pattern where the behavior emulates an HTML select with the size attribute set to 1.
The behavior and ARIA attributes of the collapsible dropdown listbox are described on the HTML example page in the listbox-expandable branch.
The text was updated successfully, but these errors were encountered: