eui
eui copied to clipboard
Elastic UI Framework 🙌
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...
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...
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...
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...
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...
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...
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...
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_
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...
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...