material-ui-chip-input
Advanced tools
Comparing version 0.18.5 to 0.18.6
@@ -417,2 +417,5 @@ 'use strict'; | ||
if (chip.length === 0) { | ||
return; | ||
} | ||
chip = (_chip = {}, _defineProperty(_chip, this.props.dataSourceConfig.text, chip), _defineProperty(_chip, this.props.dataSourceConfig.value, chip), _chip); | ||
@@ -419,0 +422,0 @@ } else if ((typeof chip === 'undefined' ? 'undefined' : _typeof(chip)) === 'object') { |
@@ -281,3 +281,3 @@ 'use strict'; | ||
handleClick: expect.any(Function), | ||
handleRequestDelete: expect.any(Function) | ||
handleDelete: expect.any(Function) | ||
}); | ||
@@ -284,0 +284,0 @@ }); |
{ | ||
"name": "material-ui-chip-input", | ||
"version": "0.18.5", | ||
"version": "0.18.6", | ||
"description": "A chip input field using Material-UI.", | ||
@@ -5,0 +5,0 @@ "main": "lib/ChipInput.js", |
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
404508
890