From 535bf65fe6b9d45390cfc0df745c4d7a693be499 Mon Sep 17 00:00:00 2001 From: ale rimoldi Date: Wed, 10 Feb 2016 16:31:02 +0100 Subject: [PATCH] use the width class when rendering the select input field --- data_form/fieldtypes/select/input.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data_form/fieldtypes/select/input.php b/data_form/fieldtypes/select/input.php index ee5fcae..e4e1e7f 100644 --- a/data_form/fieldtypes/select/input.php +++ b/data_form/fieldtypes/select/input.php @@ -5,7 +5,7 @@ switch ($Config['_SelectType'][$Field]){ case 'dropdown': - echo ''; foreach($Config['_SelectOptions'][$Field] as $optionValue){ $sel = ''; if(!empty($Val)){ @@ -69,4 +69,4 @@ -?> \ No newline at end of file +?>