From 032794786465a3fd6b40b603037968ad388f9007 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 30 Jan 2016 22:39:45 +0530 Subject: [PATCH] fix form_elements example --- source/UI/js/Form/SelectInput.js | 1 + 1 file changed, 1 insertion(+) 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