Shopify / ui-extensions

MIT License
248 stars 35 forks source link

Unable to Track User Events on Address Inputs When Editing Pre-filled Modal in Subsequent Purchases. #2146

Open therp007 opened 2 days ago

therp007 commented 2 days ago

Issue

I'm unable to track user events on address inputs when multiple addresses are added. In the case of a single address, I can track all input events the first time I add an address. However, after completing an order and returning for a second purchase, the previously set address appears in the modal. When I edit this modal value, I cannot track the input events and triggers while using the Custom pixels.

Steps to reproduce the behavior:

  1. Add an address for the first time.
  2. Track input events (e.g., input_blurred, input_changed).
  3. Complete the order.
  4. Return for a second purchase.
  5. The previously set address appears in the modal.
  6. Edit the address in the modal.

Expected behavior

I expected to track input events when editing the address in the modal for subsequent purchases.

Actual Behavior

I cannot track input events when editing the address in the modal for subsequent purchases.

ksyp-7 commented 2 days ago

+1