easy3wui 1.6.1 → 1.6.2
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.
|
@@ -1461,6 +1461,8 @@ var Easy3wFormPage = function (_Component) {
|
|
|
1461
1461
|
findObj = opt.label;
|
|
1462
1462
|
} else if (labelInValue && typeof value === 'object') {
|
|
1463
1463
|
findObj = value.label;
|
|
1464
|
+
} else if (value) {
|
|
1465
|
+
findObj = value;
|
|
1464
1466
|
}
|
|
1465
1467
|
return allContents;
|
|
1466
1468
|
});
|