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