Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(button): add known issue for tooltip/popover
Browse files Browse the repository at this point in the history
* add known issue to button docs indicating a CSS issue when using a tooltip or
  a popover.

Closes #5890
  • Loading branch information
icfantv authored and wesleycho committed May 16, 2016
1 parent eb02778 commit aec5304
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/buttons/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ With the buttons directive, we can make a group of buttons behave like a set of
* `toggleEvent`
_(Default: `click`)_ -
Event used to toggle the buttons.

### Known issues

To use tooltips or popovers on elements within a `btn-group`, set the tooltip/popover `appendToBody` option to `true`. This is due to Bootstrap CSS styling. See [here](http://getbootstrap.com/components/#btn-groups) for more information.

0 comments on commit aec5304

Please sign in to comment.