@magic-xpa/gui 4.1200.0-dev4120.51 → 4.1200.0-dev4120.53
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.
|
@@ -14933,8 +14933,11 @@ class ValidationDetails extends ValidationDetailsBase {
|
|
|
14933
14933
|
}
|
|
14934
14934
|
}
|
|
14935
14935
|
else {
|
|
14936
|
-
if (this._control != null && this._control.isChoiceControl())
|
|
14936
|
+
if (this._control != null && this._control.isChoiceControl()) {
|
|
14937
14937
|
this._val = this._val.toString();
|
|
14938
|
+
if (this._val == '')
|
|
14939
|
+
this._val = '-1';
|
|
14940
|
+
}
|
|
14938
14941
|
}
|
|
14939
14942
|
return this._val;
|
|
14940
14943
|
}
|