0

I have two modal boxes on same page whose content will also be loaded by partial once the main page loads. Ids are different for those modals. but wen I open one modal and open second one, Am getting 1st modal's content in second one. Do we need any configuration for this?

Kranthi
  • 1,377
  • 1
  • 17
  • 34

1 Answers1

0

Bootstrap itself doesn't support this. You'll need extra custom code:

Overlapping modals not supported

Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.

cvrebert
  • 9,075
  • 2
  • 38
  • 49