Closed Megafry closed 1 month ago
We actually already do that, but the issue is that we're debouncing listening for input events, and that'll be due to the change being triggered for both the source input for the calculations field and the calculations field.
Fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-5 as 3.0.7"
.
Fixed in 3.0.8
Describe the bug
Stripe doesn't work if the dynamic value for the payment amount is linked to a calculation field.
fix: after the calculation, the field should dispatch a bubbles input event:
Steps to reproduce
Form settings
Craft CMS version
5.4.6
Plugin version
3.0.7
Multi-site?
No
Additional context
No response