aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/components/modal.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index 26676cacc..dd4793d22 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -413,6 +413,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>Closes the modal when escape key is pressed</td>
</tr>
<tr>
+ <td>focus</td>
+ <td>boolean</td>
+ <td>true</td>
+ <td>Puts the focus on the modal when initialized.</td>
+ </tr>
+ <tr>
<td>show</td>
<td>boolean</td>
<td>true</td>