Skip to content

Commit

Permalink
Document that 'manual' is mutually exclusive of other tooltip/popover…
Browse files Browse the repository at this point in the history
… triggers

Closes #16122
[skip sauce]
  • Loading branch information
cvrebert committed May 3, 2015
1 parent 0689117 commit 75d6c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/js/popovers.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3 id="popovers-options">Options</h3>
<td>trigger</td>
<td>string</td>
<td>'click'</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr>
<tr>
<td>viewport</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/js/tooltips.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h3 id="tooltips-options">Options</h3>
<td>trigger</td>
<td>string</td>
<td>'hover focus'</td>
<td>How tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td>
<td>How tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr>
<tr>
<td>viewport</td>
Expand Down

0 comments on commit 75d6c14

Please sign in to comment.