Is it possible to prevent the hiding of a modal? #35008
Unanswered
martinbean
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a modal that contains a payment form. I’ve set
keyboard
tofalse
and the backdrop to be static, but is there a way to prevent the modal from being closed when thebtn-close
button is clicked?For context, I’m using Stripe, so when my payment form is busy interacting with Stripe, I don’t want the user to be able to close the modal until the request to Stripe’s servers has completed. Is there an event I can listen on or something?
Beta Was this translation helpful? Give feedback.
All reactions