From e0542e4140e47a44179c70f4075bd3858c12e605 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 29 Jul 2019 16:20:56 -0400 Subject: [PATCH] Update text and select ui elements Add class and inputClass attributes. --- views/ui/f6/select.html | 5 ++++- views/ui/f6/text.html | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/views/ui/f6/select.html b/views/ui/f6/select.html index 144d0ddd..26b2dc02 100644 --- a/views/ui/f6/select.html +++ b/views/ui/f6/select.html @@ -18,13 +18,16 @@ 'helpText' => string Help text for this input, 'errortext' => string Error text that appears when the field doesn't validate, 'dataError' => string Error from data Abstract Class + 'class' => string Additional Classes for the main cell div + 'inputClass' => string Additional Classes for the input ]} *} -
+