We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1837c7 commit b55b93cCopy full SHA for b55b93c
docs/api/data-attributes.html
@@ -491,6 +491,11 @@ <h2><a href="../pages/popup/">Popup</a></h2>
491
<th>data-corners</th>
492
<td><strong>true</strong> | false</td>
493
</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
+
499
<tr>
500
<th>data-overlay-theme</th>
501
<td>swatch letter (a-z) - Default "null" (transparent background)</td>
0 commit comments