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

Our docs for _Build a custom table from individual components_ present a more flexible `mobileOptions` object than what **EuiBasicTable**'s `columns` accepts; I'm not sure if this is intended. If so,...

typescript

Type check fails when you have both an `onClick` prop and an `href` prop. Even if you are not using `iconOnClick`, if you have an `href` prop, type check requires...

bug
typescript

I don't know if this is related or not, but I have an issue in my usage of the component where I'm setting an `initialSize=15` which only accepts a number...

bug

Network errors happen, and **EuiIcon** shouldn't expect its dynamic import to always succeed. We should add some basic retry logic.

bug

## Summary `EuiProgress` renders a `div` if no `value is set. A `` element with no `value` set is considered in an indeterminate state which I think is a pretty...

bug
accessibility

## Description During accessibility testing, our auditor pointed out that on some pages with two or more `EuiCodeBlock` components, there are multiple buttons with the `aria-label="Copy"`. This violates the [WCAG...

accessibility

## Summary closes [#124](https://github.com/elastic/eui-private/issues/124) >[!IMPORTANT] >This PR is currently still in `Draft` mode, as it needs alignment on some package/dependency specific setups/architectural choices. 📖 See additional information [here](https://github.com/elastic/eui-private/issues/124#issuecomment-2368629284). ## QA...

skip-changelog

**Describe the bug** When `displayAsText` is long and the panel has a scroll bar (only on Safari), the field name is horizontally centralised. **Impact and severity** Very Low **Environment and...

bug
data grid

**Describe the bug** After adding a column to the view in the security alert table if the column was set to a certain width it causes the table to constantly...

bug
⚠️ needs validation
data grid
help wanted

_[EUI team note: the original filed issue had a valid workaround, but in the process we discovered a Typescript issue that could use resolution.]_ ## Problem Typescript issue: The [`renderOptions`...

bug
typescript
help wanted