easy3wui 1.5.91 → 1.5.92

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.
@@ -1399,7 +1399,7 @@ var Easy3wFormPagePC = exports.Easy3wFormPagePC = function (_Component) {
1399
1399
  isRead = _ref6.isRead;
1400
1400
 
1401
1401
  var isApprovalFlag = document.body.innerHTML.includes('data-e3wpagetype="approval"');
1402
- if (isApprovalFlag && disableFlag && (fieldType === 'input' || fieldType === 'textarea' || fieldType === 'checkBox' || fieldType === 'radio')) {
1402
+ if (isApprovalFlag && disableFlag && !disableCheckFlag && (fieldType === 'input' || fieldType === 'textarea' || fieldType === 'checkBox' || fieldType === 'radio')) {
1403
1403
  colObj.readFlag = true;
1404
1404
  readFlag = true;
1405
1405
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.91",
3
+ "version": "1.5.92",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",