@uform/core
Advanced tools
Comparing version 0.1.0-alpha.10 to 0.1.0-alpha.12
@@ -166,2 +166,4 @@ "use strict"; | ||
this.props = (0, _utils.clone)(props, filterSchema); | ||
this.editable = this.getEditableFromProps(this.props); | ||
this.rules = this.getRulesFromProps(this.props); | ||
this.dirty = true; | ||
@@ -168,0 +170,0 @@ this.notify(); |
{ | ||
"name": "@uform/core", | ||
"version": "0.1.0-alpha.10", | ||
"version": "0.1.0-alpha.12", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "main": "lib", | ||
}, | ||
"gitHead": "b5d82be13d857231ef7894a993f151d8bfb6d166" | ||
"gitHead": "a9ee2dc01e09698f51455eb75d572daae8df737a" | ||
} |
@@ -152,2 +152,4 @@ import { | ||
this.props = clone(props, filterSchema) | ||
this.editable = this.getEditableFromProps(this.props) | ||
this.rules = this.getRulesFromProps(this.props) | ||
this.dirty = true | ||
@@ -154,0 +156,0 @@ this.notify() |
71569
2193