0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Updated documentation of the focus option from the modal component. (#19409)

This commit is contained in:
Patrick van Hesteren 2016-10-03 08:05:59 +02:00 committed by Mark Otto
parent 860e07a0e9
commit 98671231ec

View File

@ -412,6 +412,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>true</td>
<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>