easy-react-form
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -184,3 +184,3 @@ 'use strict'; | ||
List.defaultProps = { | ||
count: 0 | ||
count: 1 | ||
}; | ||
@@ -187,0 +187,0 @@ |
@@ -184,3 +184,3 @@ 'use strict'; | ||
List.defaultProps = { | ||
count: 0 | ||
count: 1 | ||
}; | ||
@@ -187,0 +187,0 @@ |
{ | ||
"name": "easy-react-form", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Simple, fast and easy-to-use React Form.", | ||
@@ -5,0 +5,0 @@ "main": "index.commonjs.js", |
@@ -351,3 +351,3 @@ # easy-react-form | ||
* `name: String` — (required) The name of the list property in form `values`. | ||
* `count: Number` — The initial items count. Is `0` by default. | ||
* `count: Number` — The initial items count. Is `1` by default. | ||
@@ -354,0 +354,0 @@ <!-- ## Contributing |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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