Bootstrap Modal immediately disappearing

后端 未结 27 1094
清歌不尽
清歌不尽 2020-12-04 07:18

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:

27条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 07:35

    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.

提交回复
热议问题