From 9a1310bee3961d1bdcf87ce5354d6450dcf1fd25 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 30 Sep 2020 18:56:18 +0300 Subject: [PATCH] [DE] Fix list control settings --- apps/documenteditor/main/app/view/FormSettings.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {