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

Commit aec5304

Browse files
icfantvwesleycho
authored andcommitted
chore(button): add known issue for tooltip/popover
* add known issue to button docs indicating a CSS issue when using a tooltip or a popover. Closes #5890
1 parent eb02778 commit aec5304

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/buttons/docs/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ With the buttons directive, we can make a group of buttons behave like a set of
4444
* `toggleEvent`
4545
_(Default: `click`)_ -
4646
Event used to toggle the buttons.
47+
48+
### Known issues
49+
50+
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 commit comments

Comments
 (0)