#edgarsantiago93
1 messages · Page 1 of 1 (latest)
Hi, can you try listening to this ready event? https://stripe.com/docs/js/element/events/on_ready
yes, sorry i meant for whenever the user clicks the "pay" button, currently while the payment is processing i overlay a div with a loader over the whole form but this feels more like a hack, i know that theres a read only property for some elements and i might be able to achieve the resutl i need with the appearance api but 2 things:
- wanted to check if there was a best practice for this
- is there a readonly for the address element
If you can find anything from Apprearance API could do it, that would be the best/recommended way
This has a loader option
But this is only after they are mounted
Not when customer click on Pay button. So I think we don't have support for the behavior you are looking for, sorry