eui
eui copied to clipboard
Elastic UI Framework 🙌
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...
[EuiDatePicker][COGNITION]: Add an `aria-live="polite"` attribute to the timestamp string container
## 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...
## 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...
### 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_
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...
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...
How do I disable filtering on the `EuiSuggest` component. Is there a property I can pass in such as `isPreFiltered`?
## 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...
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...