Closed mathetos closed 4 years ago
We've had a couple reports of the auto-populate fields snippet not working as intended.
I tested it and found that the issue is that the .trigger('blur') on line 45 no longer forces the total form amount to be updated. See here:
.trigger('blur')
I have a feeling it's related to a change we made in the JS of how the total amount is triggered to be updated.
We've had a couple reports of the auto-populate fields snippet not working as intended.
I tested it and found that the issue is that the
.trigger('blur')
on line 45 no longer forces the total form amount to be updated. See here:I have a feeling it's related to a change we made in the JS of how the total amount is triggered to be updated.