Need to trigger the onChange function and pass parameters within it. Here's what I have tried:
setTimeout(function() { document.getElementById(input.key)?.onchange({}) }, 200);
Encountering the following error message:
cn.onchange is not a function
Seeking assistance from anyone who can help me resolve this issue.