forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dropdown: Fixing down arrow not cycling through options (microsoft#11770
) #### Pull request checklist - [X] Addresses an existing issue: Fixes microsoft#11768 - [X] Include a change request file using `$ yarn change` #### Description of changes Fix a bug where a user pressing the down key without opening the dropdown causes the window to scroll. The dropdown should cycle through the options. This fix changes the index from being the last item in the options to being the starting index, which is 0. #### Focus areas to test Dropdowns
- Loading branch information
1 parent
7b994e5
commit 5552c26
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
change/office-ui-fabric-react-2020-01-22-17-52-10-dropdownAccessibilityKeyDownFix.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,9 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Fix a bug where a user pressing the down key without opening the dropdown causes the window to scroll. The dropdown should cycle through the options. This fix changes the index from being the last item in the options to being the starting index, which is 0.", | ||
"packageName": "office-ui-fabric-react", | ||
"email": "[email protected]", | ||
"commit": "ad83dd6338f1d995553f889f96075cba24654e29", | ||
"dependentChangeType": "patch", | ||
"date": "2020-01-23T01:52:10.608Z" | ||
} |
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