-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(list-key-manager): typehead not handling non-English input (#6463)
Since `String.fromCharCode` only maps the key codes to their English letter counterparts, the typeahead option in the `ListKeyManager` won't work for non-English input. These changes switch to using `event.key` and falling back to using `keyCode` and `fromCharCode`.
- 20.0.0-next.0
- 19.2.2
- 19.2.1
- 19.2.0
- 19.2.0-rc.0
- 19.2.0-next.4
- 19.2.0-next.3
- 19.2.0-next.2
- 19.2.0-next.1
- 19.2.0-next.0
- 19.1.5
- 19.1.4
- 19.1.3
- 19.1.2
- 19.1.1
- 19.1.0
- 19.1.0-rc.0
- 19.1.0-next.3
- 19.1.0-next.2
- 19.1.0-next.1
- 19.1.0-next.0
- 19.0.5
- 19.0.4
- 19.0.3
- 19.0.2
- 19.0.1
- 19.0.0
- 19.0.0-rc.3
- 19.0.0-rc.2
- 19.0.0-rc.1
- 19.0.0-rc.0
- 19.0.0-next.10
- 19.0.0-next.9
- 19.0.0-next.8
- 19.0.0-next.7
- 19.0.0-next.6
- 19.0.0-next.5
- 19.0.0-next.4
- 19.0.0-next.3
- 19.0.0-next.2
- 19.0.0-next.1
- 19.0.0-next.0
- 18.2.14
- 18.2.13
- 18.2.12
- 18.2.11
- 18.2.10
- 18.2.9
- 18.2.8
- 18.2.7
- 18.2.6
- 18.2.5
- 18.2.4
- 18.2.3
- 18.2.2
- 18.2.1
- 18.2.0
- 18.2.0-rc.0
- 18.2.0-next.3
- 18.2.0-next.2
- 18.2.0-next.1
- 18.2.0-next.0
- 18.1.5
- 18.1.4
- 18.1.3
- 18.1.2
- 18.1.1
- 18.1.0
- 18.1.0-rc.0
- 18.1.0-next.4
- 18.1.0-next.3
- 18.1.0-next.2
- 18.1.0-next.1
- 18.1.0-next.0
- 18.0.6
- 18.0.5
- 18.0.4
- 18.0.3
- 18.0.2
- 18.0.1
- 18.0.0
- 18.0.0-rc.3
- 18.0.0-rc.2
- 18.0.0-rc.1
- 18.0.0-rc.0
- 18.0.0-next.6
- 18.0.0-next.5
- 18.0.0-next.4
- 18.0.0-next.3
- 18.0.0-next.2
- 18.0.0-next.1
- 18.0.0-next.0
- 17.3.10
- 17.3.9
- 17.3.8
- 17.3.7
- 17.3.6
- 17.3.5
- 17.3.4
- 17.3.3
- 17.3.2
- 17.3.1
- 17.3.0
- 17.3.0-rc.0
- 17.3.0-next.0
- 17.2.2
- 17.2.1
- 17.2.0
- 17.2.0-rc.0
- 17.2.0-next.1
- 17.2.0-next.0
- 17.1.2
- 17.1.1
- 17.1.0
- 17.1.0-rc.0
- 17.1.0-next.3
- 17.1.0-next.2
- 17.1.0-next.1
- 17.1.0-next.0
- 17.0.6
- 17.0.5
- 17.0.4
- 17.0.3
- 17.0.2
- 17.0.1
- 17.0.0
- 17.0.0-rc.3
- 17.0.0-rc.2
- 17.0.0-rc.1
- 17.0.0-rc.0
- 17.0.0-next.7
- 17.0.0-next.6
- 17.0.0-next.5
- 17.0.0-next.4
- 17.0.0-next.3
- 17.0.0-next.2
- 17.0.0-next.1
- 17.0.0-next.0
- 16.2.14
- 16.2.13
- 16.2.12
- 16.2.11
- 16.2.10
- 16.2.9
- 16.2.8
- 16.2.7
- 16.2.6
- 16.2.5
- 16.2.4
- 16.2.3
- 16.2.2
- 16.2.1
- 16.2.0
- 16.2.0-rc.0
- 16.2.0-next.5
- 16.2.0-next.4
- 16.2.0-next.3
- 16.2.0-next.2
- 16.2.0-next.1
- 16.2.0-next.0
- 16.1.8
- 16.1.7
- 16.1.6
- 16.1.5
- 16.1.4
- 16.1.3
- 16.1.2
- 16.1.1
- 16.1.0
- 16.1.0-rc.0
- 16.1.0-next.2
- 16.1.0-next.1
- 16.1.0-next.0
- 16.0.4
- 16.0.3
- 16.0.2
- 16.0.1
- 16.0.0
- 16.0.0-rc.2
- 16.0.0-rc.1
- 16.0.0-rc.0
- 16.0.0-next.5
- 16.0.0-next.4
- 16.0.0-next.3
- 16.0.0-next.2
- 16.0.0-next.1
- 16.0.0-next.0
- 15.2.9
- 15.2.8
- 15.2.7
- 15.2.6
- 15.2.5
- 15.2.4
- 15.2.3
- 15.2.2
- 15.2.1
- 15.2.0
- 15.2.0-rc.0
- 15.2.0-next.4
- 15.2.0-next.3
- 15.2.0-next.2
- 15.2.0-next.1
- 15.2.0-next.0
- 15.1.6
- 15.1.5
- 15.1.4
- 15.1.3
- 15.1.2
- 15.1.1
- 15.1.0
- 15.1.0-rc.0
- 15.1.0-next.2
- 15.1.0-next.1
- 15.1.0-next.0
- 15.0.4
- 15.0.3
- 15.0.2
- 15.0.1
- 15.0.0
- 15.0.0-rc.3
- 15.0.0-rc.2
- 15.0.0-rc.1
- 15.0.0-rc.0
- 15.0.0-next.5
- 15.0.0-next.4
- 15.0.0-next.3
- 15.0.0-next.2
- 15.0.0-next.1
- 15.0.0-next.0
- 14.2.7
- 14.2.6
- 14.2.5
- 14.2.4
- 14.2.3
- 14.2.2
- 14.2.1
- 14.2.0
- 14.2.0-rc.0
- 14.2.0-next.2
- 14.2.0-next.1
- 14.2.0-next.0
- 14.1.3
- 14.1.2
- 14.1.1
- 14.1.0
- 14.1.0-rc.0
- 14.1.0-next.3
- 14.1.0-next.2
- 14.1.0-next.1
- 14.1.0-next.0
- 14.0.6
- 14.0.5
- 14.0.4
- 14.0.3
- 14.0.2
- 14.0.1
- 14.0.0
- 14.0.0-rc.2
- 14.0.0-rc.1
- 14.0.0-rc.0
- 14.0.0-next.13
- 14.0.0-next.12
- 14.0.0-next.11
- 14.0.0-next.10
- 14.0.0-next.9
- 14.0.0-next.8
- 14.0.0-next.7
- 14.0.0-next.6
- 14.0.0-next.5
- 14.0.0-next.4
- 14.0.0-next.3
- 14.0.0-next.2
- 14.0.0-next.1
- 14.0.0-next.0
- 13.3.9
- 13.3.8
- 13.3.7
- 13.3.6
- 13.3.5
- 13.3.4
- 13.3.3
- 13.3.2
- 13.3.1
- 13.3.0
- 13.2.6
- 13.2.5
- 13.2.4
- 13.2.3
- 13.2.2
- 13.2.1
- 13.2.0
- 13.2.0-rc.0
- 13.2.0-next.1
- 13.2.0-next.0
- 13.1.3
- 13.1.2
- 13.1.1
- 13.1.0
- 13.1.0-rc.0
- 13.1.0-next.3
- 13.1.0-next.2
- 13.1.0-next.1
- 13.1.0-next.0
- 13.0.4
- 13.0.3
- 13.0.2
- 13.0.1
- 13.0.0
- 13.0.0-rc.3
- 13.0.0-rc.2
- 13.0.0-rc.1
- 13.0.0-rc.0
- 13.0.0-next.8
- 13.0.0-next.7
- 13.0.0-next.6
- 13.0.0-next.5
- 13.0.0-next.4
- 13.0.0-next.3
- 13.0.0-next.2
- 13.0.0-next.1
- 13.0.0-next.0
- 12.2.13
- 12.2.12
- 12.2.11
- 12.2.10
- 12.2.9
- 12.2.8
- 12.2.7
- 12.2.6
- 12.2.5
- 12.2.4
- 12.2.3
- 12.2.2
- 12.2.1
- 12.2.0
- 12.2.0-rc.0
- 12.1.4
- 12.1.3
- 12.1.2
- 12.1.1
- 12.1.0
- 12.1.0-rc.0
- 12.1.0-next.1
- 12.1.0-next.0
- 12.0.6
- 12.0.5
- 12.0.4
- 12.0.3
- 12.0.2
- 12.0.1
- 12.0.0
- 12.0.0-rc.3
- 12.0.0-rc.2
- 12.0.0-rc.1
- 12.0.0-rc.0
- 12.0.0-next.7
- 12.0.0-next.6
- 12.0.0-next.5
- 12.0.0-next.4
- 12.0.0-next.3
- 12.0.0-next.2
- 12.0.0-next.1
- 11.2.13
- 11.2.12
- 11.2.11
- 11.2.10
- 11.2.9
- 11.2.8
- 11.2.7
- 11.2.6
- 11.2.5
- 11.2.4
- 11.2.3
- 11.2.2
- 11.2.1
- 11.2.0
- 11.2.0-rc.0
- 11.1.2
- 11.1.1
- 11.1.0
- 11.1.0-rc.0
- 11.0.4
- 11.0.3
- 11.0.2
- 11.0.1
- 11.0.0
- 11.0.0-rc.4
- 11.0.0-rc.3
- 11.0.0-rc.2
- 11.0.0-rc.1
- 11.0.0-rc.0
- 11.0.0-next.2
- 11.0.0-next.1
- 10.2.7
- 10.2.6
- 10.2.5
- 10.2.4
- 10.2.3
- 10.2.2
- 10.2.1
- 10.2.0
- 10.2.0-rc.0
- 10.1.3
- 10.1.2
- 10.1.1
- 10.1.0
- 10.0.2
- 10.0.1
- 10.0.0
- 10.0.0-rc.3
- 10.0.0-rc.2
- 10.0.0-rc.1
- 10.0.0-rc.0
- 10.0.0-next.2
- 10.0.0-next.1
- 10.0.0-next.0
- 9.2.4
- 9.2.3
- 9.2.2
- 9.2.1
- 9.2.0
- 9.2.0-next.0
- 9.1.3
- 9.1.2
- 9.1.1
- 9.1.0
- 9.0.1
- 9.0.0
- 9.0.0-rc.10
- 9.0.0-rc.9
- 9.0.0-rc.8
- 9.0.0-rc.7
- 9.0.0-rc.6
- 9.0.0-rc.5
- 9.0.0-rc.4
- 9.0.0-rc.3
- 9.0.0-rc.2
- 9.0.0-rc.1
- 9.0.0-rc.0
- 9.0.0-next.2
- 9.0.0-next.1
- 9.0.0-next.0
- 8.2.3
- 8.2.2
- 8.2.1
- 8.2.0
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.2
- 8.0.1
- 8.0.0
- 8.0.0-rc.2
- 8.0.0-rc.1
- 8.0.0-rc.0
- 8.0.0-beta.2
- 8.0.0-beta.1
- 8.0.0-beta.0
- 7.3.7
- 7.3.6
- 7.3.5
- 7.3.4
- 7.3.3
- 7.3.2
- 7.3.1
- 7.3.0
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.1
- 7.1.0
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 7.0.0-rc.2
- 7.0.0-rc.1
- 7.0.0-rc.0
- 7.0.0-beta.2
- 7.0.0-beta.1
- 7.0.0-beta.0
- 6.4.7
- 6.4.6
- 6.4.5
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.2
- 6.0.1
- 6.0.0
- 6.0.0-rc.14
- 6.0.0-rc.12
- 6.0.0-rc.5
- 6.0.0-rc.4
- 6.0.0-rc.3
- 6.0.0-rc.2
- 6.0.0-rc.0
- 6.0.0-beta-5
- 6.0.0-beta-4
- 6.0.0-beta-2
- 6.0.0-beta-0
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-rc.3
- 5.0.0-rc.2
- 5.0.0-rc.1
- 5.0.0-rc0
- 2.0.0-beta.12
- 2.0.0-beta.11
- 2.0.0-beta.10
1 parent
da7cb2d
commit 08a6673
Showing
3 changed files
with
50 additions
and
29 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
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
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