eui
eui copied to clipboard
Elastic UI Framework 🙌
**Describe the bug** Using an `EuiDataGrid` within a `` with a sibling component will cause a feedback loop of some kind whereby the DataGrid will grow infinitely. https://github.com/elastic/eui/assets/1937355/fe35b473-fb6f-46fb-9f88-f15f6fb99b93 **Impact and...
# Summary EuiFlex components are missing props for some of the regularly used flex features, like inline flex styling, flex grow and shrink, and support for the `css` prop. #...
# Summary EUI doesn't fully support React's [``](https://react.dev/reference/react/StrictMode) feature. It causes some of the components not to render, crash, or behave incorrectly. We want to support Strict Mode and allow...
**Is your feature request related to a problem? Please describe.** We recently implemented [draggable fields in Discover](https://github.com/elastic/kibana/pull/153538), so users can drag and drop fields on the EuiDataGrid and now since...
**Is your feature request related to a problem? Please describe.** We are giving Discover a visual refresh, this issue is a nice to have. **Describe the solution you'd like** Similar...
# Summary We want to create a new Patterns documentation section with all ready Elastic Design System patterns published. # Acceptance criteria * Patterns section link should be added to...
# Summary We want to improve the search experience for our users and have a site-wide full-text search integrated into the new documentation page (EUI+). # Acceptance criteria * Full-text...
This is reproducible on the baseline EuiSelectable component on production: https://eui.elastic.co/#/forms/selectable  Note how when navigating down/away from an item, it re-announces the previous item and its state, but does...
## Summary I discovered an inline EuiDatePicker border regression while investigating #5958, and I also discovered some very incorrect usages of `EuiFormControlLayout` while grepping for the component in Kibana. Adding...
## Summary Resolves #7956 This PR updates docusaurus theme styles to improve readability and fix some text rendering issues: * remove `EuiText` wrapper from `MDXContent` so that non-native elements like...