This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Arrow keys don't work in DropdownToggle #1228
Comments
Hello. |
yarl
added a commit
to yarl/bootstrap
that referenced
this issue
Jan 21, 2015
bleggett
added a commit
to bleggett/bootstrap
that referenced
this issue
May 10, 2015
Have a PR that adds this functionality. Started with the fix in #3212 but made it an optional flag, added some tests, and removed the apparent dependency on jQuery. |
bleggett
added a commit
to bleggett/bootstrap
that referenced
this issue
Jun 3, 2015
fix(dropdown): Fixed indexing corner cases and filter key events. fix(dropdown): Try using document.bind instead fix(dropdown): Add optional attrib for keyboard-nav. fix(dropdown): Dedup code and handle differences if dropdown-menu used fix(dropdown): Fix focus issue and add more tests fix(dropdown): Update docs with example fix(dropdown): Revert accidental change to misc/demo/index.html fix(dropdown): Revert accidental indent changes to dropdown demo.html feat(dropdown): Add keynav support for dropdown menus (angular-ui#1228 and angular-ui#3212)
bleggett
added a commit
to bleggett/bootstrap
that referenced
this issue
Jun 11, 2015
bleggett
added a commit
to bleggett/bootstrap
that referenced
this issue
Jun 11, 2015
feat(dropdown): Fix indentation issues and correct breaks.
bleggett
added a commit
to bleggett/bootstrap
that referenced
this issue
Jun 11, 2015
bleggett
added a commit
to bleggett/bootstrap
that referenced
this issue
Jun 11, 2015
bleggett
added a commit
to bleggett/bootstrap
that referenced
this issue
Jun 11, 2015
feat(dropdown): Fix indentation issues and correct breaks.
bleggett
added a commit
to bleggett/bootstrap
that referenced
this issue
Jun 11, 2015
fix(dropdown): Fixed indexing corner cases and filter key events. fix(dropdown): Try using document.bind instead fix(dropdown): Add optional attrib for keyboard-nav. fix(dropdown): Dedup code and handle differences if dropdown-menu used fix(dropdown): Fix focus issue and add more tests fix(dropdown): Update docs with example fix(dropdown): Revert accidental change to misc/demo/index.html fix(dropdown): Dedup code and handle differences if dropdown-menu used Add keynav support to dropdown (angular-ui#1228) fix(dropdown): Fixed indexing corner cases and filter key events. fix(dropdown): Try using document.bind instead fix(dropdown): Add optional attrib for keyboard-nav. fix(dropdown): Fix focus issue and add more tests fix(dropdown): Revert accidental change to misc/demo/index.html fix(dropdown): Dedup code and handle differences if dropdown-menu used fix(dropdown): Update docs with example feat(dropdown): Add keynav support (fix for angular-ui#1228) feat(dropdown): Fix indentation issues and correct breaks. fix(dropdown): undo indent goofyness.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the dropdown toggle, the arrow keys to navigate through the items in the list don't work.
Reproducable by going to http://angular-ui.github.io/bootstrap/#/dropdownToggle and selecting "Edit in plunker".
The text was updated successfully, but these errors were encountered: