CodeSeven / toastr

Simple javascript toast notifications

Home Page:http://www.toastrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Modal Issues

harismohammadshah opened this issue · comments

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.