Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit b55b93c

Browse files
committed
Docs: Add popups dismissable attribute to the reference
1 parent b1837c7 commit b55b93c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api/data-attributes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,11 @@ <h2><a href="../pages/popup/">Popup</a></h2>
491491
<th>data-corners</th>
492492
<td><strong>true</strong> | false</td>
493493
</tr>
494+
<tr>
495+
<th>data-dismissable</th>
496+
<td><strong>true</strong> | false - If set to false prevents popup closing by clicking outside of the popup or pressing the Escape key</td>
497+
</tr>
498+
494499
<tr>
495500
<th>data-overlay-theme</th>
496501
<td>swatch letter (a-z) - Default "null" (transparent background)</td>

0 commit comments

Comments
 (0)