diff --git a/changelogs/upcoming/7461.md b/changelogs/upcoming/7461.md index 97c718cd26cc..826fa6edcbb5 100644 --- a/changelogs/upcoming/7461.md +++ b/changelogs/upcoming/7461.md @@ -1,2 +1 @@ -- Added support for showing `EuiTooltip` components on `EuiButtonGroup` buttons - +- Added the following properties to `EuiButtonGroup`'s `options` configs: `toolTipContent`, `toolTipProps`, and `title`. These new properties allow wrapping buttons in `EuiToolTips`, and additionally customizing or disabling the native browser `title` tooltip. diff --git a/src-docs/src/views/button/button_example.js b/src-docs/src/views/button/button_example.js index 0b2e80d1920c..ae68720535ba 100644 --- a/src-docs/src/views/button/button_example.js +++ b/src-docs/src/views/button/button_example.js @@ -675,7 +675,7 @@ export const ButtonExample = { ], text: ( <> -
If you're just displaying a group of icons, add the prop{' '}
When using button groups within compressed forms, match the form
elements by adding
- Buttons within a button group will automatically get a{' '}
-
- To instead display an
- You can also use