@cimpress/react-components
Advanced tools
@@ -23,2 +23,6 @@ 'use strict'; | ||
var _lodash = require('lodash.debounce'); | ||
var _lodash2 = _interopRequireDefault(_lodash); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -46,2 +50,3 @@ | ||
_this.handleChange = _this.handleChange.bind(_this); | ||
_this.debouncedChange = (0, _lodash2.default)(_this.debouncedChange.bind(_this), 200); | ||
return _this; | ||
@@ -73,2 +78,8 @@ } | ||
value: function handleChange(e) { | ||
e.persist(); | ||
this.debouncedChange(e); | ||
} | ||
}, { | ||
key: 'debouncedChange', | ||
value: function debouncedChange(e) { | ||
this.props.onChange && this.props.onChange(e); | ||
@@ -75,0 +86,0 @@ } |
{ | ||
"name": "@cimpress/react-components", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"description": "React components to support the MCP styleguide", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
512310
0.14%4239
0.21%1
-50%