ui-kit-ck-consultant 0.5.155 → 0.5.156

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -339,7 +339,7 @@ var FormTextarea = /*#__PURE__*/function (_React$Component) {
339
339
  }, this.props.title ? /*#__PURE__*/React.createElement("span", null, this.props.title, ' ', this.props.required ? /*#__PURE__*/React.createElement("span", {
340
340
  className: "red"
341
341
  }, "*") : '') : '', /*#__PURE__*/React.createElement("textarea", {
342
- onKeyDown: this.handleKeyDown,
342
+ onKeyDown: !this.props.noResize ? this.handleKeyDown : null,
343
343
  onBlur: this.props.onBlur,
344
344
  rows: this.props.rows,
345
345
  cols: this.props.cols,