easy3wui 4.0.28-beta19 → 4.0.28-beta20

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.
@@ -488,7 +488,7 @@ var Easy3wFormPage = function (_Component) {
488
488
  }
489
489
  }
490
490
  var objValidator = {};
491
- if (fieldType === 'braftEditor') {
491
+ if (fieldType === 'braftEditor' && required) {
492
492
  objValidator = {
493
493
  validator: _this.validatorBraftEditor
494
494
  };
@@ -501,7 +501,7 @@ var Easy3wNewFormPage = function (_Component) {
501
501
  }
502
502
  }
503
503
  var objValidator = {};
504
- if (fieldType === 'braftEditor') {
504
+ if (fieldType === 'braftEditor' && required) {
505
505
  objValidator = {
506
506
  validator: _this.validatorBraftEditor
507
507
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "4.0.28-beta19",
3
+ "version": "4.0.28-beta20",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",