-1
I have a modal that is displayed in the loading of the page with some fields, where I need it to be closed just on the exit button, but if I trigger the click outside the modal it closes. I’m using bootstrap 4 with Angular 7.
Does anyone know if there is componenet for this case ?
<div class="modal fade" id="exampleModalCenterAntenas2" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterAntenasTitle"
aria-hidden="true">
...
</div>
Thank you @Sam. You answered perfectly.
– Bruno Leite