diff --git a/src/buttons/docs/readme.md b/src/buttons/docs/readme.md index 408459801f..e5ff9629bb 100644 --- a/src/buttons/docs/readme.md +++ b/src/buttons/docs/readme.md @@ -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.