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

AlexV525 picture AlexV525  ·  4Comments

adiwithadidas picture adiwithadidas  ·  4Comments

blackrosezy picture blackrosezy  ·  6Comments

daftspunk picture daftspunk  ·  4Comments

mouro001 picture mouro001  ·  3Comments