@colijnit/corecomponents_v12 260.1.21 → 260.1.22
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/bundles/colijnit-corecomponents_v12.umd.js +1 -1
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/esm2015/lib/directives/screen-configuration/screen-configuration.directive.js +2 -2
- package/fesm2015/colijnit-corecomponents_v12.js +1 -1
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/package.json +1 -1
|
@@ -14904,7 +14904,7 @@
|
|
|
14904
14904
|
this._setHostVisible(myCfgObj.immediatelyVisible());
|
|
14905
14905
|
if (!this.screenConfigNativeElement) {
|
|
14906
14906
|
this.hostComponent.required = this.hostComponent.required || myCfgObj.isRequired();
|
|
14907
|
-
this.hostComponent.readonly = this.
|
|
14907
|
+
this.hostComponent.readonly = this._moduleInReadonlyMode() || myCfgObj.isReadonly();
|
|
14908
14908
|
this.hostComponent.decimals = myCfgObj.scale;
|
|
14909
14909
|
this.hostComponent.maxLength = myCfgObj.maxLength;
|
|
14910
14910
|
this.hostComponent.defaultValue = myCfgObj.defaultValue;
|