diff --git a/source/UI/js/Form/ArrayInput.js b/source/UI/js/Form/ArrayInput.js index 93955ce4..6ffac162 100644 --- a/source/UI/js/Form/ArrayInput.js +++ b/source/UI/js/Form/ArrayInput.js @@ -30,6 +30,8 @@ Ox.ArrayInput = function(options, self) { width: setWidths }); + self.options.value = self.options.value || []; + if (self.options.label) { self.$label = Ox.Label({ title: self.options.label,