diff --git a/source/Ox.UI/js/Form/SelectInput.js b/source/Ox.UI/js/Form/SelectInput.js index 57552641..34389a82 100644 --- a/source/Ox.UI/js/Form/SelectInput.js +++ b/source/Ox.UI/js/Form/SelectInput.js @@ -19,7 +19,7 @@ Ox.SelectInput = function(options, self) { min: 0, placeholder: '', title: '', - value: options.max == 1 ? '' : [], + value: options.max == 1 || options.max == void 0 ? '' : [], width: 384 }, options || {}) });