react-form
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -9,4 +9,5 @@ { | ||
"express": "^4.10.6", | ||
"react-form-inputs": "0.0.1", | ||
"reactify": "^0.17.1" | ||
} | ||
} |
@@ -15,8 +15,3 @@ var React = require('react'); | ||
shouldComponentUpdate: function() { | ||
return this.__value !== this.getValue(); | ||
}, | ||
renderWithAddons: function() { | ||
this.__value = this.getValue(); | ||
@@ -23,0 +18,0 @@ var props = React.__spread({}, this.props, { |
{ | ||
"name": "react-form", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A modular React form system.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
22496
421