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 3508392998..0a4c5a2213 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 @@ -624,6 +624,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");