diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js index b54e2a9662..76208144f8 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js @@ -626,6 +626,8 @@ define(function(require) { } else { $(".memory_input .mb_input input", context).removeAttr("pattern"); } + + $(".memory_input .mb_input input.visor").trigger("change"); }); mb_input_unit.trigger("change");