eui
eui copied to clipboard
Elastic UI Framework 🙌
# 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,...
**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...
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...
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...
## 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...
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...
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...
**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...
[EuiCollapsibleNavBeta] Consider adding `aria-hidden="true"` to the icon button for screen reader UX
**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...
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...