I\'m working on a website using bootstrap.
Basically, I wanted to use a modal in the home page, summoned by the button in the Hero Unit.
Button code:
I too had the same issue, but for me it was happening because I had a button with type "submit" within the modal form. I changed
to
And that fixed the disappearance issue.