diff --git a/apps/documenteditor/main/app/view/FormSettings.js b/apps/documenteditor/main/app/view/FormSettings.js index 1915771f4..7a1e31012 100644 --- a/apps/documenteditor/main/app/view/FormSettings.js +++ b/apps/documenteditor/main/app/view/FormSettings.js @@ -226,7 +226,7 @@ define([ itemTemplate: _.template([ '
', // '
<%= name %>
', - '
<%= value %>
', + '
<%= name %>
', '
' ].join('')) }); @@ -514,6 +514,7 @@ define([ }); } this.list.store.reset(arr); + this.txtNewValue.setValue(''); } this.disableListButtons(); } else if (type == Asc.c_oAscContentControlSpecificType.CheckBox) {