The CreatorCon Call for Content is officially open! Get started here.

error: [onChange script error: RangeError: Maximum call stack size exceeded

jieLian123
Tera Expert

I write a string convert code.

but when I call it through form, I got an error below.

onChange script error: RangeError: Maximum call stack size exceeded function () { [native code] }

can anyone help me.

 

jieLian123_0-1705920690517.png

 

5 REPLIES 5

Hi @Amit Verma 

I give up the script include through GlideAjax.

I found that the original onChange script can return the correct result

except that it shows a field error as the subject to me.

So I just call g_form.hideFieldMsg to hide the error and ignored it.

Maybe it's not a good way to solve it.

If you have any other good ideas, please kindly give me a reply.