Skip to content

Commit

Permalink
InputMask, Tab was added as special key for input.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstgms committed May 10, 2019
1 parent aac05b6 commit 171e105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/InputMask/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const PredefinedMask = {
},
MaskCharacter: ['n', 'l', 'a'],
AllowSpecialKeys: [' ', '(', ')', '-'],
AllowKeys: [8, 13, 16, 17, 18, 32, 33, 34, 35, 36, 37, 38, 39, 40, 46],
AllowKeys: [8, 9, 13, 16, 17, 18, 32, 33, 34, 35, 36, 37, 38, 39, 40, 46],
// 8 => backspace
// 16 => shift
// 17 => ctrl
Expand Down

0 comments on commit 171e105

Please sign in to comment.