From 83fc3905a80a0249e86cda3f24aceba2999aaf73 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 7 Aug 2013 16:24:21 -0700 Subject: [PATCH] CLOUDSTACK-4054: Fix conditional fields not showing on first load --- ui/scripts/templates.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index 70f47552a7b..4b544ab4505 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -208,6 +208,8 @@ $form.find('.form-item[rel=keyboardType]').hide(); } }); + + args.$select.trigger('change'); } },