react-currency-input
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -68,3 +68,3 @@ 'use strict'; | ||
prepareProps: function prepareProps(props) { | ||
var customProps = Object.assign({}, props); //polyfilled for environments that do not support it. | ||
var customProps = JSON.parse(JSON.stringify(props)); //not as clean, but better support | ||
delete customProps.onChange; | ||
@@ -71,0 +71,0 @@ delete customProps.value; |
{ | ||
"name": "react-currency-input", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"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
124760