Zurb Foundation Reveal Modal - preventing close on background click

前端 未结 7 878
温柔的废话
温柔的废话 2021-02-07 05:13

When I am opening my Reveal Modal, I would like to prevent it from closing on background click (which is a default behavior).

I am using Zurb Foundation 5.0.2

7条回答
  •  余生分开走
    2021-02-07 05:35

    This answer applies to Foundation 6. Below are the correct option for both preventing close on background click (closeOnClick:false;) and preventing close via the Esc key (closeOnEsc:false;).

提交回复
热议问题