ui-kit-ck-consultant 0.5.275 → 0.5.276

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.
@@ -425,6 +425,7 @@ var FormTextarea = /*#__PURE__*/function (_React$Component) {
425
425
  }, this.props.title ? /*#__PURE__*/React.createElement("span", null, this.props.title, ' ', this.props.required ? /*#__PURE__*/React.createElement("span", {
426
426
  className: "red"
427
427
  }, "*") : '') : '', /*#__PURE__*/React.createElement("textarea", {
428
+ autoFocus: this.props.autoFocus,
428
429
  spellCheck: true,
429
430
  lang: 'fr',
430
431
  onKeyDown: !this.props.noResize ? this.handleKeyDown : null,