Bootstrap Modal immediately disappearing

后端 未结 27 1145
清歌不尽
清歌不尽 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-04 07:25

    Had to face the same issue. The reason is same as the @merv. Issue was with a calendar component added to the page.The component itself add the modal feature to be used in the calendar popup.

    So the reasons to break model popup will be one or more of the following

    • Loading more than one bootstrap js versions/files (minified ...)
    • Adding an external calendar to the page where bootstrap is used
    • Adding custom alert or popup library to the page
    • Any other library which adds popup behavior

提交回复
热议问题