@magic-xpa/gui 4.1201.0-dev4121.293 → 4.1201.0-dev4121.295
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.
|
@@ -14945,7 +14945,7 @@ class ValidationDetails extends ValidationDetailsBase {
|
|
|
14945
14945
|
}
|
|
14946
14946
|
else {
|
|
14947
14947
|
if (this._control != null && this._control.isChoiceControl()) {
|
|
14948
|
-
this._val = this._val
|
|
14948
|
+
this._val = this._val?.toString() ?? '';
|
|
14949
14949
|
if (this._val == '')
|
|
14950
14950
|
this._val = '-1';
|
|
14951
14951
|
}
|