@spectrum-web-components/textfield
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -117,3 +117,3 @@ /* | ||
if ((this.disabled || this.multiline) && this.pattern) { | ||
let regex = new RegExp(this.pattern); | ||
const regex = new RegExp(this.pattern); | ||
validity = regex.test(this.value); | ||
@@ -120,0 +120,0 @@ } |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -40,7 +40,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spectrum-web-components/icon": "^0.1.2", | ||
"@spectrum-web-components/icons": "^0.1.2", | ||
"@spectrum-web-components/shared": "^0.1.2" | ||
"@spectrum-web-components/icon": "^0.1.3", | ||
"@spectrum-web-components/icons": "^0.1.3", | ||
"@spectrum-web-components/shared": "^0.1.3" | ||
}, | ||
"gitHead": "3d7176f688fee7746b52556ecba4df15c2342948" | ||
"gitHead": "5112887821c1408c1c4121949a4f91743c98ff6a" | ||
} |
@@ -152,3 +152,3 @@ /* | ||
if ((this.disabled || this.multiline) && this.pattern) { | ||
let regex = new RegExp(this.pattern); | ||
const regex = new RegExp(this.pattern); | ||
validity = regex.test(this.value); | ||
@@ -155,0 +155,0 @@ } |
Sorry, the diff of this file is not supported yet
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
116112
23