diff --git a/lib/zin/wg/thinktableinput/v1.php b/lib/zin/wg/thinktableinput/v1.php index 6eb9ea67fe..d72fb5eaf8 100644 --- a/lib/zin/wg/thinktableinput/v1.php +++ b/lib/zin/wg/thinktableinput/v1.php @@ -45,7 +45,7 @@ class thinkTableInput extends thinkStep set::inline(true), set::items($lang->thinkwizard->step->requiredList), set::value($isRequired ? $isRequired : 0), - on::change('changeIsRequired') + bind::change('changeIsRequired(event)') ) ), formGroup @@ -83,7 +83,7 @@ class thinkTableInput extends thinkStep set::inline(true), set::items($lang->thinkwizard->step->requiredList), set::value($isSupportAdd ? $isSupportAdd : 0), - on::change('changeSupportAdd') + bind::change('changeSupportAdd(event)') ) ), formGroup