Currently, I am facing an issue with the 'change' event of the Microform. The problem is that I created 2 fields 'number' and 'securityCode' and added an event listener 'change' on both fields. When I started to input or modify the value of the Card Number, I saw that the 'change' event listener on the field 'securityCode' was also triggered. This made me a little bit confused.
08-08-2023 08:27 PM
Hello,
As per your post I understand your confusion regarding the 'change' event triggering on the 'securityCode' field when modifying the value of the 'Card Number' field. It seems like there might be an issue with the event listeners or the way they are implemented. Have you checked if the event listeners are properly assigned to the respective fields? Double-checking the code and ensuring that the event listeners are correctly attached to their respective fields should help resolve this issue.
I hope this info is work for you.
Best regard,
08-23-2023 11:26 PM