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