I want the modal has the following options:
backdrop: 'static',
keyboard: false
How to manage this? I want a modal which is not able to close at at by clicking outside the modal, nor by keyboard.
Hi,
You can set those properties with the following attributes.
data-bs-backdrop="static" data-bs-keyboard="false"