eui icon indicating copy to clipboard operation
eui copied to clipboard

Elastic UI Framework 🙌

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

## Summary Closes https://github.com/elastic/eui-private/issues/205 On this PR, I add a section regarding supported environments to our docs. For quick reference: | Environment | Supported? | Details | |----------------------------|:-----------:|---------| | **React...

skip-changelog
support-duty-flywheel

This is a meta ticket to group all ESLint plugin related bugs and enhancements. ## Possible rules - Prefer `background-color` to `background`

meta

**Describe the bug** When Strict Mode is enabled, a `div` used for portalling is created twice - one of which is empty. When the portalled component is unmounted, the empty...

**Describe the bug** When Strict Mode is enabled, when rendering a tooltip and hovering over the trigger, the tooltip doesn't display. [Docs page](https://eui.elastic.co/docs/components/display/tooltip/) | Strict Mode | No Strict Mode...

**Describe the bug** `EuiDelayRender` works ([Codesandbox](https://codesandbox.io/p/sandbox/q2g9jq)), `EuiDelayHide` does not. [Docs page](https://eui.elastic.co/docs/utilities/delay/#delay-hide) | Strict Mode | No Strict Mode | | ------------ | --------------- | | ![image](https://s3.ezgif.com/tmp/ezgif-3473df73124659.gif) | ![image](https://s3.ezgif.com/tmp/ezgif-39ea567e57d838.gif) | **Impact...

**Describe the bug** When Strict Mode is enabled, `EuiMutationObserver` doesn't work. Mutations are not being registered. [Docs page](https://eui.elastic.co/docs/utilities/mutation-observer/) | Strict Mode | No Strict Mode | | ------------ | ---------------...

**Describe the bug** When Strict Mode is enabled, `EuiResizeObserver` doesn't work. Example usage in `EuiAccordion` - [dynamic height changes](https://eui.elastic.co/docs/components/containers/accordion/#when-content-changes-dynamically) don't work. [Docs page](https://eui.elastic.co/docs/utilities/resize-observer/) | Strict Mode | No Strict Mode...

**Is your feature request related to a problem? Please describe.** Currently it is possible to color filter buttons in whatever color option we have in the system ([details here](https://github.com/elastic/eui/discussions/8730)). This...

breaking change

**Problem Statement** EuiInlineEditText always truncates text. There are cases where users want editable text, but do not want it to be truncated. **Proposed Solution** A potential solution is to provide...

help wanted

**Describe the bug** The pagination component does not use i18n formatting for page numbers. **Impact and severity** This is not a really big issue for users, but also a small...

help wanted