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 One of the goals for the new docs site is better searchability. We want to integrate a full-text search capability into the site based on Elastic Enterprise Search,...

task
New EUI site

**Is your feature request related to a problem? Please describe.** Our `icon_tip.tsx` file adds a `tabindex=0` to [the child EuiIcon on line 66](https://github.com/elastic/eui/blob/main/src/components/tool_tip/icon_tip.tsx#L66). This is causing an accessibility violation in...

feature request
accessibility - automated

After discussing with the team, we opted to remove `test-docker.js` and `test-a11y-docker.js` from our repo in PR #7379. This was decided based on some long-tail performance issues testing Docker images...

chore
stale-issue
infrastructure

In Cases, we added the ability to [edit tags](https://github.com/elastic/kibana/pull/143450) of multiple cases at once. We used the `EuiSelectable` to list the available tags, search through them, and let the user...

feature request
stale-issue

## Description The tick values in our `EuiRangeTicks` are clickable buttons, but they don't announce themselves as "clicked" or "selected" when the slider value(s) equal the button value. I'm proposing...

feature request
accessibility
stale-issue
accessibility - cognition

We're streets behind and should probably grab the latest Jest version(s). List of dependencies that will need upgrading: - `jest` - `jest-cli` - `@types/jest` - `babel-jest` - `eslint-plugin-jest` This PR...

chore
tech debt

We've had a [lot of good discussion](https://github.com/elastic/eui/discussions/7345) around the `EuiBreadcrumb` and improvements we'd like to make. These include visual design, usability, and adherence to information architecture best practices. I'm creating...

design decision
documentation
meta
accessibility

**Describe the bug** The `EuiTabbedContent` throws a type error when the `tabs` prop changes to a new (and different) list of tabs. **Impact and severity** Low impact because the workaround...

bug
good first issue
help wanted

**Is your feature request related to a problem? Please describe.** The current refactor of `EuiCollapsibleNavBeta` ( https://github.com/elastic/eui/pull/7337 ) makes tremendous improvements for visual and keyboard UX. I'd like to add...

feature request
accessibility
stale-issue
accessibility - screen reader

We're working on improving copy/paste support for the Discover data grid (https://github.com/elastic/kibana/pull/149525), and we think there's an opportunity to improve general support for it in the `EuiDataGrid`. Rather than the...

feature request
data grid