Skip to content

Commit

Permalink
Document new prop defaults and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Jan 14, 2024
1 parent becf1c8 commit 4a89259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/upcoming/7461.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added support for showing `EuiTooltip` components for `EuiButtonGroup` button titles

2 changes: 2 additions & 0 deletions src/components/button/button_group/button_group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ export interface EuiButtonGroupOptionProps
title?: EuiToolTipProps['content'];
/**
* Custom title delay
* @default 'long'
*/
titleDelay?: EuiToolTipProps['delay'];
/**
* Custom title position
* @default 'top'
*/
titlePosition?: EuiToolTipProps['position'];
}
Expand Down

0 comments on commit 4a89259

Please sign in to comment.