easy-react-form
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -26,2 +26,4 @@ <!-- pass through `required` property even when the field is not empty: maybe add some `passThroughRequiredWhenNotEmpty` configuration option. --> | ||
* `<Field/>` now receives property `wait={true}` rather than `disabled={true}` during form submit. | ||
1.2.0 / 09.08.2021 | ||
@@ -28,0 +30,0 @@ ================== |
{ | ||
"name": "easy-react-form", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Simple, fast and easy-to-use React Form.", | ||
@@ -5,0 +5,0 @@ "main": "index.commonjs.js", |
@@ -206,3 +206,3 @@ # easy-react-form | ||
* `disabled : Boolean` — is `true` when form is submitting. | ||
* `wait : Boolean` — is `true` when form is submitting. | ||
@@ -209,0 +209,0 @@ * `required : Boolean` — is `true` when the `<Field/>` is `required` and the value is missing. |
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
490050