Is there a way to disable the click on the background behind a modal so it does not close from this? I need to force the user to participate in the modal before removing it.
data-x-backdrop=“static” is not working. I went as far as: data-x-backdrop="{“suppressStaticX”:true}" and it did not work either.
Thank you.