rc-textarea
Advanced tools
Comparing version 1.0.0-2 to 1.0.0-3
@@ -169,3 +169,2 @@ import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
onCompositionEnd: onInternalCompositionEnd, | ||
maxLength: maxLength, | ||
className: classNames(showCount ? '' : className, classes === null || classes === void 0 ? void 0 : classes.textarea), | ||
@@ -172,0 +171,0 @@ style: !showCount && style, |
@@ -196,3 +196,2 @@ "use strict"; | ||
onCompositionEnd: onInternalCompositionEnd, | ||
maxLength: maxLength, | ||
className: (0, _classnames.default)(showCount ? '' : className, classes === null || classes === void 0 ? void 0 : classes.textarea), | ||
@@ -199,0 +198,0 @@ style: !showCount && style, |
{ | ||
"name": "rc-textarea", | ||
"version": "1.0.0-2", | ||
"version": "1.0.0-3", | ||
"description": "Pretty Textarea react component used in used in ant.design", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
57398
1072