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 948068b commit b04829e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- This change should have no impact on your applications since the updated types only affect properties that exclusively accept object values.
- Added a new `EuiFlyoutResizable` component ([#7439](https://github.com/elastic/eui/pull/7439))
- Updated `EuiTextArea` to accept `isClearable` and `icon` as props ([#7449](https://github.com/elastic/eui/pull/7449))
- Added support for showing `EuiTooltip` for `EuiButtonGroup` button titles ([#7461](https://github.com/elastic/eui/pull/7461))

**Bug fixes**

Expand Down
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 b04829e

Please sign in to comment.