react-currency-input
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -105,2 +105,4 @@ 'use strict'; | ||
delete customProps.allowNegative; | ||
delete customProps.prefix; | ||
delete customProps.suffix; | ||
this.setState({ | ||
@@ -107,0 +109,0 @@ maskedValue: (0, _mask2.default)(nextProps.value, nextProps.precision, nextProps.decimalSeparator, nextProps.thousandSeparator, nextProps.allowNegative, nextProps.prefix, nextProps.suffix), |
{ | ||
"name": "react-currency-input", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "React component for inputing currency amounts", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
14986
216