Sweetalert: Click outside alert to close

Created on 8 Oct 2014  路  4Comments  路  Source: t4t5/sweetalert

A suggestion :)

Most helpful comment

Hi @ViperXd

You can configure it by setting allowOutsideClick to true.

swal({
           title: "test",
           allowOutsideClick: true
});

Check out some of the configuration at the bottom of the page :)

All 4 comments

Hi @ViperXd

You can configure it by setting allowOutsideClick to true.

swal({
           title: "test",
           allowOutsideClick: true
});

Check out some of the configuration at the bottom of the page :)

Didn't notice the option, sorry!

Closing. :)

I would like to elaborate diffrence for version 3 and 2
user
for version-3
closeOnClickOutside: true
for version-2
allowOutsideClick: true

Was this page helpful?
0 / 5 - 0 ratings

Related issues

blackrosezy picture blackrosezy  路  6Comments

vmitchell85 picture vmitchell85  路  6Comments

waldyrious picture waldyrious  路  5Comments

girishbr picture girishbr  路  5Comments

fracz picture fracz  路  4Comments