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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -445,6 +445,8 @@ var FormTextarea = /*#__PURE__*/function (_React$Component) {
|
|
445
445
|
}, this.props.title ? /*#__PURE__*/React.createElement("span", null, this.props.title, ' ', this.props.required ? /*#__PURE__*/React.createElement("span", {
|
446
446
|
className: "red"
|
447
447
|
}, "*") : '') : '', /*#__PURE__*/React.createElement("textarea", {
|
448
|
+
spellCheck: true,
|
449
|
+
lang: 'fr',
|
448
450
|
onKeyDown: !this.props.noResize ? this.handleKeyDown : null,
|
449
451
|
onBlur: this.props.onBlur,
|
450
452
|
rows: this.props.rows,
|