react-form-validator-component
Advanced tools
Comparing version 1.7.14 to 1.7.15
{ | ||
"name": "react-form-validator-component", | ||
"version": "1.7.14", | ||
"version": "1.7.15", | ||
"main": "build/lib/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:JDLT-Ltd/react-form-validator-component.git", |
@@ -246,3 +246,3 @@ import React from 'react' | ||
const valueFromDom = (fieldInDom || {}).value | ||
const fieldValue = field.defaultValue || valueFromDom | ||
const fieldValue = field.defaultValue || valueFromDom || '' | ||
@@ -249,0 +249,0 @@ this.validateFieldAndUpdateState(field.name, fieldValue) |
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
397559