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

**Describe the problem** @kyrspl && @cee-chen are making a dismiss (close) button to `EuiCallout` in #7156. They proposed moving the heading (title) before the dismiss button in the source order...

accessibility - WCAG A
good first issue
stale-issue
low hanging fruit

**Describe the problem, pt. 1 - dual range sliders in popovers** The [inputs with range in dropdown](https://eui.elastic.co/#/forms/range-sliders#inputs-with-range-in-a-dropdown) dual range sliders have two range slider handles that need accessible labels. Screenshot...

accessibility
stale-issue
low hanging fruit

## Summary This PR optimizes browser reflows for `EuiResizableFlyout` by no longer toggling the `euiBody--hasFlyout` class or modifying body padding when the flyout size changes. This has a significant impact...

## Summary Currently, it's very difficult in Kibana for a plugin that provides a common usage of EuiDataGrid (ex: triggers_actions_ui) to allow plugins that consume the dependent plugin (ex: security...

**Describe the bug** The `EuiInMemoryTable` assigns the `euiTableRow-isSelectable` class to non-selectable rows. **Impact and severity** The impact is largely felt when writing automated tests. For example, [this routine](https://github.com/elastic/kibana/blob/0f1a6e3/test/functional/services/listing_table.ts#L72) in Kibana's...

feature request
emotion

# Summary We need to research the best way to add docs versioning to the new documentation site based on docusaurus. The new website will host documentation for multiple libraries...

New EUI site

**Describe the problem** While auditing some Kibana items, I discovered a recurring color contrast issue in the heading breadcrumbs. I traced it to the [EuiHeader](https://eui.elastic.co/#/layout/header) component, specifically the blue breadcrumb...

accessibility
accessibility - WCAG AA

## Summary closes https://github.com/elastic/eui/issues/6804 reverts https://github.com/elastic/eui/pull/6817 (`isFocused` workaround should no longer be needed) This PR adds a `preventCopy` prop to EuiScreenReaderOnly, and applies said functionality to `EuiDataGrid` to prevent customers...

blocked

**Describe the problem** According to the recent [kibana issue](https://github.com/elastic/kibana/issues/176219) EUI input fields borders have contrast ratios below 3:1 and don't meet the WCAG AA contrast ratio requirement. The same may...

accessibility
accessibility - WCAG A
accessibility - cognition

## Summary This PR adds support to `EuiButtonGroup` for displaying button titles as `EuiTooltip` components instead of using the default browser behaviour: Notes: - Tooltips are only shown when `isIconOnly`...