gd-sprest-bs 10.12.39 → 10.12.41
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/build/components/listForm/index.js +1 -1
- package/dist/gd-sprest-bs-icons.js +1 -1
- package/dist/gd-sprest-bs-icons.js.LICENSE.txt +85 -85
- package/dist/gd-sprest-bs-icons.min.js +1 -1
- package/dist/gd-sprest-bs.js +1 -1
- package/dist/gd-sprest-bs.js.LICENSE.txt +85 -85
- package/dist/gd-sprest-bs.min.js +1 -1
- package/package.json +2 -2
- package/src/components/listForm/index.ts +1 -1
|
@@ -978,7 +978,7 @@ exports.ListForm.renderEditForm = function (props) {
|
|
|
978
978
|
};
|
|
979
979
|
var updateReadOnly = function (control) {
|
|
980
980
|
// See if this control is readonly
|
|
981
|
-
if (control.isReadonly) {
|
|
981
|
+
if (control.isReadonly && control.name) {
|
|
982
982
|
// Get the control display properties
|
|
983
983
|
var dispControl = renderDisplay(control.name, props);
|
|
984
984
|
if (dispControl) {
|