mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Adding flag to prevent backdrop click hiding modal
This commit is contained in:
@@ -105,6 +105,12 @@
|
||||
<td>false</td>
|
||||
<td>Includes a modal-backdrop element</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>backdropClickHides</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>A click on the modal-backdrop element hides the modal</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>keyboard</td>
|
||||
<td>boolean</td>
|
||||
|
Reference in New Issue
Block a user