ui-kit-ck-consultant 0.5.263 → 0.5.264

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
@@ -448,6 +448,8 @@ var FormTextarea = /*#__PURE__*/function (_React$Component) {
448
448
  }, this.props.title ? /*#__PURE__*/React__default.createElement("span", null, this.props.title, ' ', this.props.required ? /*#__PURE__*/React__default.createElement("span", {
449
449
  className: "red"
450
450
  }, "*") : '') : '', /*#__PURE__*/React__default.createElement("textarea", {
451
+ spellCheck: true,
452
+ lang: 'fr',
451
453
  onKeyDown: !this.props.noResize ? this.handleKeyDown : null,
452
454
  onBlur: this.props.onBlur,
453
455
  rows: this.props.rows,