compose-form-up
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -48,3 +48,6 @@ var toolbox = require( 'compose-toolbox' ), | ||
if(input) input.value = value | ||
if(input) { | ||
input.value = value | ||
if (input.type != 'hidden') Event.fire( input, 'input' ) | ||
} | ||
} | ||
@@ -51,0 +54,0 @@ |
{ | ||
"name": "compose-form-up", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A lightweight HTML5 form utility including validation, progressive forms, and other handy tools.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
259941
2140