awesome-mask
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -53,3 +53,3 @@ 'use strict'; | ||
el.setAttribute('maxlength', el.dataset.mask.length); | ||
el.addEventListener('keydown', inputHandler); | ||
el.addEventListener('keyup', inputHandler); | ||
}, | ||
@@ -64,4 +64,4 @@ update: function update(el, binding) { | ||
el.removeAttribute('maxlength'); | ||
el.removeEventListener('keydown', inputHandler); | ||
el.removeEventListener('keyup', inputHandler); | ||
} | ||
}; |
{ | ||
"name": "awesome-mask", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "An awesome mask directive for Vue.js using vanilla-masker from `https://github.com/BankFacil/vanilla-masker`", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5648