Hi, sometimes we need a modal that uncloseable when user click outside modal area. This is possible by adding standar attribute data-bs-backdrop="static" in the modal element. Would be great if it be bss option for modal (I attached an image to make it clear).
So with this attribute, the modal only can closed by clicking cross button or close button in footer.
