From 1e85caa6c1e45428e2302425a188eef095eeddd5 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Wed, 5 Oct 2016 16:25:34 +0300 Subject: [PATCH] Fix: properly render checkboxes in dynamic forms --- rd_ui/app/views/directives/dynamic_form.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/rd_ui/app/views/directives/dynamic_form.html b/rd_ui/app/views/directives/dynamic_form.html index bd7b76d8..a62fae6a 100644 --- a/rd_ui/app/views/directives/dynamic_form.html +++ b/rd_ui/app/views/directives/dynamic_form.html @@ -8,9 +8,15 @@
- + + ng-if="input.type !== 'file' && input.type !== 'checkbox'" accesskey="tab" placeholder="{{input.default}}"> + + +