eui
eui copied to clipboard
Elastic UI Framework 🙌
I am starting to add `nonce` attributes to Kibana's style tags, in an effort to eliminate `unsafe-inine` from our `style-src` Content Security Policy directive: https://github.com/elastic/kibana/issues/135469 Emotion can automatically apply the...
> [!Note] > This work isn't yet prioritized. We're hoping to get to it in the next 6 months (~Nov 2025), but can't promise anything at this moment. # Summary...
The purpose of this task is to write guidelines under the Contributing section on how to author a pattern, e.g. where to add it, what is the pattern page structure,...
The purpose of this ticket is to remove the pre-push hook and use pre-commit for linting and formatting. See discussion https://github.com/elastic/eui/discussions/8585 for more details. ## Acceptance criteria - [x] remove...
## Description relates to https://github.com/elastic/kibana/issues/214563 When navigating `EuiDataGrid` with screen readers, there is duplicate output for the column header related to a focused cell. For a HTML grid (or table)...
## Description Relates to: https://github.com/elastic/kibana/issues/205846 Currently the usage of `EuiDraggable` inside `EuiDataGrid`'s column selector uses a static `aria-label` ([code](https://github.com/elastic/eui/blob/main/packages/eui/src/components/datagrid/controls/column_selector.tsx#L119)). This results in repetitive labels for all columns inside the selector...
**Is your feature request related to a problem? Please describe.** Yes, this feature request addresses the current lack of built-in support within EUI components for a common pattern needed in...
## Summary closes https://github.com/elastic/eui/issues/8616 This PR updates the `refractor` dependency from the previous version `3.6.0` to the latest `5.0.0`. The change is required to ensure that the internal `primsjm` dependency...
Toggling the `isQuickSelectOnly` prop in **EuiSuperDatePicker** will trigger a full re-render when the selected range uses absolute dates (e.g. `2025-04-28T07:49:15.722Z`). This causes the quick select popover to unexpectedly close. ###...
**Is your feature request related to a problem? Please describe.** I wouldn't necessarily call it a problem. I noticed that when using ``, one has the option to set `loading`...