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

**EuiButtonEmpty** is a useful component in various UIX situations. It is also used as a subcomponent of a number of other Eui components (e.g., EuiHeaderSectionItem, etc). Currently **EuiButtonEmpty** performs a...

assign:designer

The columns list needs to be virtualized and allow for a top level category. Right now the Security product has 100s of fields, and relizes on a weird passdown solution...

feature request
assign:engineer
data grid

The Unified Search team is developing a Filter builder component ([PR](https://github.com/elastic/kibana/pull/136815)) that will allow you to create a Complex filter capabilities - Support ORs. One of the subtasks is to...

feature request

CC @1Copenut Example tabbed page: https://elastic.github.io/eui/#/guidelines/writing/guidelines ## Problem 1: Screen reader page announcements Our normal screen reader live region does not register switching clicking "Guidelines" and "Examples" in the sidebar...

documentation
accessibility

Need to start with an investigation to better understand how the current sizing works (or doesn't), but a popover should limit its sizing to stay within its configured container (`window`...

Debouncing can improve the UX significantly when input events trigger an automatic operation such as an expensive render. This is the case in many places in Kibana. In Lens we...

feature request
stale-issue

This is the use case we have for Lens. We generate the Icon list, but the selected Item doesn't show the preview of the icon. Could we somehow enable it,...

feature request

The type for the `onChange` prop of `EuiRange` is a bit confusing. The current type is as follows: ``` onChange?: ( event: | React.ChangeEvent | React.MouseEvent, isValid: boolean ) =>...

assign:engineer
typescript

Hi, it appears that 'MarkdownEditor' fails to open in code sandbox. Steps to reproduce: Go to https://elastic.github.io/eui/#/editors-syntax/markdown-plugins. Choose Chart Plugin's demo on 'codesandbox'. Result: The page contains an error. ![markdown](https://user-images.githubusercontent.com/18037647/184329091-e0374c3d-23ff-43a6-b2df-ef409abcaf2f.png)

documentation

This task was inspired by the following post > It's handling the case but should we open an issue for EUI so they expose `onError` natively? _Originally posted by @flash1293...

feature request
assign:anyone
good first issue
help wanted