mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Use correct default value of constraints in Tooltip docs; fixes #17671
Closes #17699
This commit is contained in:
@@ -219,7 +219,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
|
|||||||
<tr>
|
<tr>
|
||||||
<td>constraints</td>
|
<td>constraints</td>
|
||||||
<td>Array</td>
|
<td>Array</td>
|
||||||
<td>'hover focus'</td>
|
<td>[]</td>
|
||||||
<td>An array of constraints - passed through to Tether. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">constraint docs</a>.</td>
|
<td>An array of constraints - passed through to Tether. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">constraint docs</a>.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user