Commit 74a3c763 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

add note about backdrop static

parent 0e8427e7
1 merge request!1952Tabulation navigation with Typeahead
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
<td>backdrop</td> <td>backdrop</td>
<td>boolean</td> <td>boolean</td>
<td>true</td> <td>true</td>
<td>Includes a modal-backdrop element</td> <td>Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.</td>
</tr> </tr>
<tr> <tr>
<td>keyboard</td> <td>keyboard</td>
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
<td>{{_i}}backdrop{{/i}}</td> <td>{{_i}}backdrop{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td> <td>{{_i}}boolean{{/i}}</td>
<td>{{_i}}true{{/i}}</td> <td>{{_i}}true{{/i}}</td>
<td>{{_i}}Includes a modal-backdrop element{{/i}}</td> <td>{{_i}}Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.{{/i}}</td>
</tr> </tr>
<tr> <tr>
<td>{{_i}}keyboard{{/i}}</td> <td>{{_i}}keyboard{{/i}}</td>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment