easy3wui 4.0.31-beta1 → 4.0.31-beta2

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.
@@ -533,10 +533,11 @@ var Easy3wFormPage = function (_Component) {
533
533
  // 只读文本框改为禁止录入
534
534
  if (fieldType === 'textarea' && (readFlag || allReadFlag)) {
535
535
  disableFlagReal = true;
536
- } else if (fieldType === 'braftEditor') {
537
- decoratorObj = (0, _extends3['default'])({}, decoratorObj, {
538
- valuePropName: 'defaultValue'
539
- });
536
+ // } else if (fieldType === 'braftEditor') {
537
+ // decoratorObj = {
538
+ // ...decoratorObj,
539
+ // valuePropName: 'defaultValue',
540
+ // };
540
541
  }
541
542
  if (loadFinishFlag === true && bigFormFlag === true) {
542
543
  if ((fieldType === 'input' || fieldType === 'textarea') && !hadOnBlurFlag && !disableFlagReal && !notProxyOnblurFlag) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "4.0.31-beta1",
3
+ "version": "4.0.31-beta2",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",