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

Because `node_modules` exists within the EUI project dir, `yarn link`ing EUI into another project can create conflicts between dependency versions, most notably with React. Another recurring "issue" when testing EUI...

feature request
assign:engineer
discussion

EuiSuperSelect accepts a generic to set the type of the `value` property (defaults to `string`), but there is an expectation (both in TypeScript and when setting the `id` attribute) that...

assign:engineer

Okay hear me out. This might sound a bit out there, but in our use-case of `EuiCommentList`, we'd really like the ability to hide the gray vertical bar that stitches...

feature request
⚠️ needs spec

To establish context, the scenario this issue refers to is the 3rd column in https://elastic.github.io/eui/#/tabular-content/data-grid-focus: The logic that controls this behavior (focusing immediately into the only interactive child if isExpandable...

data grid
skip-stale-check
accessibility - keyboard
accessibility - screen reader

When setting a filter like `case:00750140` in the search bar, it gets rewritten as `case:750140` when the search text is rewritten by changing filters. A) In the UI, this can...

bug

Currently, we have some deeply nested fields that we want to filter on. SearchBox filters are convenient, and so is Query.toESQuery(), however there doesn't appear to be a straightforward way...

feature request

Currently the size of the popover is static with a max height and width of 400px. This might be sufficient for lot's of cases, but given the variety of field...

feature request
data grid

Everything in `fullscreen behaviour` looks like it would be better as a Cypress test. Would you mind creating an issue to convert them over? _Originally posted by @chandlerprall in https://github.com/elastic/eui/pull/6090#discussion_r957706983_

test
assign:anyone
help wanted

Hello! `react-beautiful-dnd` is no longer being maintained by Atlassian per their readme. It currently doesn't support React 18 and strict mode. Another developer and myself created a fork [@hello-pangea/dnd](https://github.com/hello-pangea/dnd) which...

platform
react 18

We're aware of some areas that EUI would need to account for such as the updated `children` type on `React.FC` going away, and there's open questions about the concurrent rending...

platform
skip-stale-check
react 18