formsy-semantic-ui-react
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -112,3 +112,3 @@ 'use strict'; | ||
onClose: this.handleClose, | ||
value: getValue() || defaultValue || multiple && [], | ||
value: getValue() || defaultValue || multiple && [] || '', | ||
error: error | ||
@@ -115,0 +115,0 @@ }, (0, _utils.filterSuirElementProps)(this.props)); |
{ | ||
"name": "formsy-semantic-ui-react", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Formsy-React wrappers for Semantic-Ui-React's form Components", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -86,3 +86,3 @@ import React, { Component, createElement, cloneElement } from 'react'; | ||
onClose: this.handleClose, | ||
value: getValue() || defaultValue || multiple && [], | ||
value: getValue() || defaultValue || multiple && [] || '', | ||
error, | ||
@@ -89,0 +89,0 @@ ...filterSuirElementProps(this.props), |
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
246151