compose-form-up
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -44,2 +44,3 @@ // Dependencies | ||
Event.on( document, 'input', 'select[required]', Event.debounce( checkValidation, 200 ) ) | ||
Event.on( document, 'change', '[type=checkbox][required]', checkValidation ) | ||
@@ -46,0 +47,0 @@ } |
{ | ||
"name": "compose-form-up", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "A lightweight HTML5 form validation utility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ var assert = require( 'chai' ).assert, | ||
selectOption = utils.selectOption, | ||
Event = require( 'compose-event' ) | ||
Event = require( 'compose-toolbox' ).event | ||
@@ -11,0 +11,0 @@ describe( 'formup', function() { |
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
31240
617
8