diff --git a/src/more-infos/more-info-configurator.html b/src/more-infos/more-info-configurator.html
index 4f5b71bbef83..655135385ade 100644
--- a/src/more-infos/more-info-configurator.html
+++ b/src/more-infos/more-info-configurator.html
@@ -1,11 +1,9 @@
-
-
-
+
@@ -122,7 +121,8 @@ }, fieldInput: { - type: Object, value: {}, + type: Object, + value: function () { return {}; }, }, }, @@ -136,7 +136,7 @@ fieldChanged: function (ev) { var el = ev.target; - this.fieldInput[el.id] = el.value; + this.fieldInput[el.name] = el.value; }, submitClicked: function () {