compose-form-up
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -53,3 +53,3 @@ // Dependencies | ||
// if visible and invalid | ||
if ( !checkInput( input ) ) { | ||
if ( input.offsetParent !== null && !checkInput( input ) ) { | ||
invalidInput = input | ||
@@ -56,0 +56,0 @@ return true |
{ | ||
"name": "compose-form-up", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A lightweight HTML5 form validation utility", | ||
@@ -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
23108