mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4054: Fix conditional fields not showing on first load
This commit is contained in:
parent
9df9d99195
commit
83fc3905a8
|
|
@ -208,6 +208,8 @@
|
|||
$form.find('.form-item[rel=keyboardType]').hide();
|
||||
}
|
||||
});
|
||||
|
||||
args.$select.trigger('change');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue