[de] Allow date-time form to be filled with SetFormValue method

This commit is contained in:
KirillovIlya
2023-04-06 16:23:23 +05:00
parent 7a75794385
commit 0b9b27b808

2
api.js
View File

@ -514,7 +514,7 @@ window["AscOForm"] = window.AscOForm = AscOForm;
{ {
isClear = true; isClear = true;
} }
else if (oForm.IsTextForm() || oForm.IsComboBox()) else if (oForm.IsTextForm() || oForm.IsComboBox() || oForm.IsDatePicker())
{ {
let sValue = AscBuilder.GetStringParameter(value, ""); let sValue = AscBuilder.GetStringParameter(value, "");
if (!value) if (!value)