Skip to content

bug(modal): if backdrop === 'static' outside click should not close modal #574

Closed
@dave-barrineau

Description

@dave-barrineau

Provided I'm doing this correctly, I've set the modal's config to:

<div bimodal #myModal="bs-modal" class="modal fade" [config]="{ keyboard: false, backdrop: false }" aria-labelledby="myLargeModalLabel" aria-hidden="true"> ... </div>

However this does not prevent the modal from closing when clicking outside of the modal.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions