我在Angular 5应用程序中使用上面的插件。当用户用鼠标点击任意位置时,我正在尝试阻止对话框关闭的默认行为。有谁知道怎么做?
谢谢,
亚当
答案 0 :(得分:0)
如果您使用的是bsmodal,可以输入[config] =" {background:' static' }"在模态div。例如:
<div class="modal fade" bsModal #configModal="bs-modal" [config]="{ backdrop: 'static' }" tabindex="-1" role="dialog" aria-labelledby="configModalLabel" aria-hidden="true">
</div>