-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add example listbox with grouped options and fix 2 listbox bugs (pull #…
…1191) Resolves #913 by adding example of the listbox pattern that includes options that are contained by labeled groups. Includes regression tests for the new example. Additionally, fixes these bugs in the behavior of options that are clicked with the mouse: - Clicking any option below the initially visible options results in the first option being selected instead of the clicked option - Clicking any option within the initially visible area briefly selects the first option before moving selection to the clicked option These bugs are fixed By: - not immediately selecting the first option when the listbox receives focus (bringing it more inline with native `<select multiple>` - only initiating automatic listbox scroll when interacting with the keyboard
- Loading branch information
Showing
8 changed files
with
654 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.