How call BeforeSubmit method, added in 1.2.157? My previous code working in previous version of plugin – 1.2.156. You added BeforeSubmit in 1.2.157. How call this method right?
-
This reply was modified 2 years, 2 months ago by evgenlow1980.
this start working:
let ex = [{BeforeSubmit : () => {alert(123)}}];
this.SetAddOns(ex);
Browser write this:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘Subscribe’)
at Di.eval (eval at ExecuteFirstCalculation (RNMainFormBuilderCore_bundle.js?ver=64:1:55686), :3:19)
at Di.ExecuteFirstCalculation (RNMainFormBuilderCore_bundle.js?ver=64:1:55738)
at o (RNMainRunnableForm_bundle.js?ver=64:1:1311)