Fixes: Not able to use textMultiLine as macro parameter in wizard
Work Items: 29883
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
|
||||
var control = jQuery("#" + controlId);
|
||||
if (control == null || (!control.is('input') && !control.is('select'))) {
|
||||
if (control == null || (!control.is('input') && !control.is('select') && !control.is('textarea'))) {
|
||||
// hack for tree based macro parameter types
|
||||
var picker = Umbraco.Controls.TreePicker.GetPickerById(controlId);
|
||||
if (picker != undefined) {
|
||||
|
||||
Reference in New Issue
Block a user