eui icon indicating copy to clipboard operation
eui copied to clipboard

Elastic UI Framework 🙌

Results 568 eui issues
Sort by recently updated
recently updated
newest added

## Summary Extended `EuiToolTip` with granular control over appearance timing and animation. Added two new delay values (`short` at 100ms, `none` at 0ms) and a `transition` prop with `fade` (opacity-only)...

community contribution

## Description There has been increased interest from solution teams for a true split button (instead of the current [split button pattern](https://eui.elastic.co/v106.0.0/docs/components/navigation/buttons/button/#split-buttons)) and we decided to add it as standalone...

This PR apply the same approach to `EuiFlyout` that we previously implemented for `EuiModal`. See https://github.com/elastic/eui/pull/8954 for more details. **Changes** - Moves the close button from the first to the...

accessibility

The purpose of this ticket is to add a new rule that produces a warning whenever somebody defines `z-index` with a static value and not using `euiTheme`. Otherwise, it is...

**Problem Statement** It's possible to have variable-height column headers for the data grid which is handy for long field names. However, the context menu is only shown on hover and...

data grid
request

**Problem Statement** As part of improving the flyout UI experience in Discover, we wanted to showcase some relevant fields to users while keeping the actions on hover, following the same...

data grid
request

**Problem Statement** Working with groups of options in `EuiSelectable` is not ideal. There are ["group labels"](https://eui.elastic.co/docs/components/forms/selection/selectable/#group-labels) (with the `option.isGroupLabel` setting): > An option is allowed to be passed that is...

request

**Requestor** @jorgeoliveira117 **Problem Statement** Currently, the AT output is too verbose. We provide custom text instructions as well as `aria-checked` and `aria-activedescendant` attributes, which result in duplicated information. **Proposed Solution**...

accessibility

**Problem Statement** Working with container queries in Emotion is not standardized. **Proposed Solution** EUI should provide utilities to work with container queries, specifically: * `euiContainer(name: string, type?: ContainerType): string` *...