Compare commits

...

4 Commits

Author SHA1 Message Date
c2f4cc8a47 Merge branch hotfix/v7.2.1 into master 2022-10-20 13:10:22 +00:00
7b1dfa675d Merge branch 'hotfix/v7.2.1' of https://github.com/ONLYOFFICE/sdkjs-forms into hotfix/v7.2.1 2022-10-18 18:17:24 +03:00
3ee8a16410 Fix bug #59422
Fix the problem with creating ComboBox form using the Builder
2022-10-18 18:17:06 +03:00
a526f92f65 Fix bug #59422
Fix the problem with creating ComboBox form using the Builder
2022-10-18 18:03:52 +03:00

View File

@ -240,7 +240,7 @@
if (!oFormPr)
oFormPr = {};
var oPr = new CSdtComboBoxPr();
var oPr = new AscCommon.CSdtComboBoxPr();
oPr.AddItem(AscCommon.translateManager.getValue("Choose an item"), "");
var oCC = CreateCommonForm(oFormPr);