eui
eui copied to clipboard
Elastic UI Framework 🙌
The combo box component matches items strictly by checking whether the typed string appears as a substring in the label of one of the options. In same cases it would...
**Is your feature request related to a problem? Please describe.** There are scenarios in which I'd like to reuse existing components by just changing the type of the top-level wrapper,...
ML will be introducing a graph/map view https://github.com/elastic/kibana/issues/75295 This view a visual way to connect jobs to their source indices/transforms and resulting inference models. Icons to represent transform, index, and...
In Kibana we would like to improve support for fields of [time series dimension] type: (https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html#time-series-dimension): https://github.com/elastic/kibana/issues/163323 PR: https://github.com/elastic/kibana/pull/163382 Would be nice to have a new token in EUI for...
## Summary Removes all exports and build processes related to chart theming that were deprecated in #7572. Following merging of https://github.com/elastic/kibana/pull/179503, the `EUI_SPARKLINE_THEME_PARTIAL` is no longer used in kibana and...
# Proposal Deprecate `labelType` and `hasChildLabel` on `` and, instead, programmatically detect what the correct element should be. Our current solution requires the developer to know ahead of time what's...
Folks often use the EuiDataGrid purely for it's toolbar. Ideally, we could split out the toolbar into an independent utility of it's own. This Meta issue is meant to aggregate...
## Description Some components will benefit from having a Cypress keyboard test added to their suite. These will use our helpers and Cypress Real Events to send true browser events....
[EuiDataGrid] Change header cell popover menu trigger element to be the `verticalBoxes` icon button
# Summary This request came up from the discussion in https://github.com/elastic/eui/issues/7469. There are cases where customers want to add interactive components like `EuiTooltip`s to `EuiDataGrid` header cells to provide more...
**Describe the problem** @kyrspl && @cee-chen are making a dismiss (close) button to `EuiCallout` in #7156. They proposed moving the heading (title) before the dismiss button in the source order...