eui
eui copied to clipboard
Elastic UI Framework š
**Describe the problem** This issue is copied from: [#191867](https://github.com/elastic/kibana/issues/191867) The search bar provides a filters section. When you focus on a filter, the screen reader reads the filter name but...
**Describe the problem** The issue originally comes from: [#191869](https://github.com/elastic/kibana/issues/191869). However, it isn't really related to ML but rather to the EUI implementation. Iām transferring it, as discussed on Slack. **To...
**Describe the solution you'd like** When changing options in the combobox with only single selection available, the current option should be highlighted so I can start typing the new option....
I've recently implemented a component with EuiSelectable (within a popover - see https://github.com/elastic/kibana/pull/91844) in Lens and want to share some feedback on the documentation. Hope this is helpful. * The...
In kibana I am updating the advanced settings page to sync the search text to the `query` URL search params (https://github.com/elastic/kibana/pull/81829). This allows the URL to possibly be formatted incorrectly....
 How to fix this issue? I tried adding `repositionOnScroll` prop but it still does not work properly _Originally posted by @ince01...
## Summary When row actions are define, **EuiBasicTable** sets `role=button` onto each `` (which are natively of `role=row` and are within the fairly strict rules of table semantics). The solution...
I am experiencing an issue with EuiComboBox that if its width is small enough, the suggestion list will randomly disappear while I am searching for the option. But the problem...
Sorting on columns whose schema type is `datetime` does not work. It instead sorts the (string) value inside that column alphabetically ascending or descending. Steps to reproduce: Go to https://elastic.github.io/eui/#/tabular-content/data-grid-schema-columns#schemas...
Expectation is: ```ts import { PropsOf, EuiButtonEmpty, EuiButtonIcon, EuiButton } from '@elastic/eui' type EuiButtonEmptyProps = PropsOf type EuiButtonIconProps = PropsOf type EuiButtonProps = PropsOf ``` But those aren't the types...