Skip to content

Commit

Permalink
Fixed the missing type of input
Browse files Browse the repository at this point in the history
Type "password" is missing.
  • Loading branch information
romanslonov committed Aug 20, 2016
1 parent fe8f1eb commit 7beca0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keyboard-modality.js
Expand Up @@ -4,6 +4,7 @@ document.addEventListener("DOMContentLoaded", function() {
keyboardModalityWhitelist = [ "input:not([type])",
"input[type=email]",
"input[type=text]",
"input[type=password]",
"input[type=number]",
"input[type=date]",
"input[type=time]",
Expand Down

0 comments on commit 7beca0c

Please sign in to comment.