mirror of
https://github.com/ONLYOFFICE/sdkjs-forms.git
synced 2026-02-10 18:05:42 +08:00
[de] Allow date-time form to be filled with SetFormValue method
This commit is contained in:
2
api.js
2
api.js
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user