For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
I'm encountering an issue with tracking user events on address inputs in a modal when users make subsequent purchases. Here's a detailed description of the problem:
Description
When I add an address for the first time, I can successfully track all input events such as input_blur and input_change. However, after completing the order and returning for a second purchase, the previously set address appears in the modal. When I edit the address in this pre-filled modal, I cannot track the input events and triggers.
Steps to Reproduce