Change backdrop to static for open bootstrap modal

后端 未结 5 2075
感情败类
感情败类 2020-12-19 05:33

Can I change backdrop to \'static\' while my modal is open?

I have modal with form submit button. When I click this button I show loading spinner on my modal and th

5条回答
  •  伪装坚强ぢ
    2020-12-19 06:11

    I had a different JavaScript object returned and thus the following solution:

    $myModal.data("bs.modal")._config.backdrop = value;
    

提交回复
热议问题