Skip to content

Commit

Permalink
Avoid showing mask characters until the user reaches them (ampproject…
Browse files Browse the repository at this point in the history
  • Loading branch information
cvializ authored and bramanudom committed Dec 19, 2018
1 parent 7a7501c commit 55d75c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/amp-inputmask/0.1/mask-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class Mask {
showMaskOnHover: false,
showMaskOnFocus: false,
noValuePatching: true,
jitMasking: true,
};

if (NamedMasksToInputmask[mask]) {
Expand Down

0 comments on commit 55d75c6

Please sign in to comment.