CodeSeven / toastr

Simple javascript toast notifications
http://www.toastrjs.com
MIT License
11.9k stars 2.04k forks source link

Bootstrap Modal Issues #655

Open harismohammadshah opened 3 years ago

harismohammadshah commented 3 years ago

Hi whenever my modal form is open and I get an error the following happens : image

basically the form in the modal body gets attached in the toast.
1) I have already tried to close the modal before calling the toast. 2) I tried to set the delay between closing the modal and calling the toast.

P.S : I already console logged the message right before passing it toast. And it is correct.