eui
eui copied to clipboard
Elastic UI Framework 🙌
**Describe the bug** The `"No options found"` and `"Loading"` text are provided as hard-coded strings in the `FieldValueSelectionFilter` component and are not passed through `i18n` - this is causing issues...
## Summary This PR fixes Issue #7350. Refactored the EuiTabbedContent component to ensure that the selected tab remains consistent with the provided initialSelectedTab or selectedTab props. Additionally, addressed the issue...
While testing https://github.com/elastic/eui/pull/7709 I noticed that while passing a custom `optionMatcher` we cannot highlight the substring that is matched. It'd be good to add it in some way. Here the...
Perhaps this could instead be a discussion topic, but Lens and the presentation toolbar (Dashboard, Canvas) are using the same toolbar button styles which smells like a possible EUI addition...
**Is your feature request related to a problem? Please describe.** Although middle-truncation and auto-expansion alleviate most issues with long names, allowing multi-line will be a better approach in some circumstances....
## Summary This PR resolves #2199 by allowing passing a custom matcher function to `EuiComboBox` and `EuiSelectable` using the new optional `optionMatcher` prop. I kept the tests the same, just...
## Summary This PR is the first part of updates for #7690 This PR updates `EuiComboBox` to support the two props `toolTipContent` and `toolTipProps` to be passed to combobox options...
This PR adds a Content section on the new EUI site. It also reworks entirely the content that was previously found under eui.elastic.co/writing. This is a WIP and we'll be...
The `EuiFieldNumber` test file has a `step` assertion we can't run because of an older version of JSDOM. This work can be done after Jest has been upgraded in #6813.
## Description **Update 23 April, 2024:** I revisited this issue and NVDA and JAWS do not allow me to select a time from the time list using arrow keys. When...