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
trafficstars

My apology if there is documentation on switch between light/dark colorMode but I couldn't find it on the eui documentation site. Passing colorMode="dark" to EuiProvider doesn't switch it to dark...

## Description Our `EuiDatePicker` component ( https://eui.elastic.co/#/forms/date-picker ) has a `aria-live="off"` attribute on the top-level DIV. This appears to be a change from the past where it was assertive. We...

accessibility
accessibility - WCAG A
accessibility - screen reader
accessibility - cognition

## Description Our `EuiDatePicker` component ( https://eui.elastic.co/#/forms/date-picker ) uses two-letter short labels for days of the week in the calendar. These short labels do not convey the information accurately to...

accessibility
accessibility - WCAG A
accessibility - screen reader
accessibility - cognition
low hanging fruit

### Summary `EuiSuggest` `props` currently does not accept `isPreFiltered` prop which does exist in the `Selectable` component. From the documents, `isPreFiltered`: ``` Control whether or not options get filtered internally...

We should add an example like this of how to hook up the theme names and colorMode in the `https://eui.elastic.co/pr_4511/#/theming/theme-provider#euithemeprovider` example _Originally posted by @cchaos in https://github.com/elastic/eui/pull/4511#discussion_r690675903_

skip-stale-check

The documentation of the `` `onChange` prop says ``` Called whenever pagination or sorting changes (this property is required when either pagination or sorting is configured). ``` But the implementation...

documentation

I was trying to add column sorting to the table and I couldn't find a proper example to do it. The example in the demoJS refers to a file named...

documentation

How do I disable filtering on the `EuiSuggest` component. Is there a property I can pass in such as `isPreFiltered`?

feature request
good first issue

## Description Our `EuiDatePicker` component ( https://eui.elastic.co/#/forms/date-picker ) adds an `aria-invalid="true"` to a form row label when errors are present. I'd like to move this attribute to the input on...

accessibility
WCAG A
accessibility - cognition

On the `Relative` tab there's a flag called `Round to the ${unit}` that when enabled rounds the selected time. I would like to have a similar flag on the commonly...

feature request
assign:engineer
good first issue