inputmask
Advanced tools
Comparing version 5.0.6-beta.20 to 5.0.6-beta.21
@@ -8,2 +8,3 @@ # Change Log | ||
### Fixed | ||
- '0' getting added unnecessarily if navigating using arrow key for datetime input mask #2289 | ||
- jitmasking ssn #2420 | ||
@@ -10,0 +11,0 @@ - Removing the mask from Input results in TypeError: Cannot read property 'dependencyLib' of undefined #2403 |
@@ -539,3 +539,3 @@ import { | ||
for (var ps = originalPos; ps < newPos; ps++) { | ||
if (maskset.validPositions[ps] === undefined && !isMask.call(inputmask, ps, true)) { | ||
if (maskset.validPositions[ps] === undefined && !isMask.call(inputmask, ps, false)) { | ||
var vp = ps == 0 ? getTest.call(inputmask, ps) : maskset.validPositions[ps - 1]; | ||
@@ -542,0 +542,0 @@ if (vp) { |
{ | ||
"name": "inputmask", | ||
"version": "5.0.6-beta.20", | ||
"version": "5.0.6-beta.21", | ||
"description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.", | ||
@@ -5,0 +5,0 @@ "main": "dist/inputmask.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
985067