react-textarea-autosize
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -28,6 +28,2 @@ 'use strict'; | ||
var _emptyFunction = require('react/lib/emptyFunction'); | ||
var _emptyFunction2 = _interopRequireWildcard(_emptyFunction); | ||
var _calculateNodeHeight = require('./calculateNodeHeight'); | ||
@@ -37,2 +33,4 @@ | ||
var emptyFunction = function emptyFunction() {}; | ||
var TextareaAutosize = (function (_React$Component) { | ||
@@ -195,4 +193,4 @@ function TextareaAutosize(props) { | ||
value: { | ||
onChange: _emptyFunction2['default'], | ||
onHeightChange: _emptyFunction2['default'], | ||
onChange: emptyFunction, | ||
onHeightChange: emptyFunction, | ||
useCacheForDOMMeasurements: false | ||
@@ -199,0 +197,0 @@ }, |
{ | ||
"name": "react-textarea-autosize", | ||
"description": "textarea component for React which grows with content", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Andrey Popp", |
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
28405
275