Skip to content

How to prevent modal closing when ESC is pressed #406

Answered by zoltanszogyenyi
blasferna asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @blasferna,

We'll provide an option for this in the next release, until then here's a quick workaround:

const $modaEl = new Modal(modalEl, {
        placement: 'center',
        backdrop: 'static',
        onHide: () => {
            $modaEl.show()
        },
});

Not the best solution but it should work if you want to keep it open no matter what.

Cheers,
Zoltan

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by blasferna
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants