Skip to content

Commit 4a89259

Browse files
committed
Document new prop defaults and add changelog entry
1 parent becf1c8 commit 4a89259

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

changelogs/upcoming/7461.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Added support for showing `EuiTooltip` components for `EuiButtonGroup` button titles
2+

src/components/button/button_group/button_group.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ export interface EuiButtonGroupOptionProps
4848
title?: EuiToolTipProps['content'];
4949
/**
5050
* Custom title delay
51+
* @default 'long'
5152
*/
5253
titleDelay?: EuiToolTipProps['delay'];
5354
/**
5455
* Custom title position
56+
* @default 'top'
5557
*/
5658
titlePosition?: EuiToolTipProps['position'];
5759
}

0 commit comments

Comments
 (0)