eui
eui copied to clipboard
Elastic UI Framework 🙌
`EuiDatePicker` allows overwriting popover placement through the `popoverPlacement` prop. However, when used with `EuiDatePickerRange`, the popover placement is overwritten and hardcoded to `bottom-end`. This prevents consumers from being able to...
In https://github.com/elastic/kibana/pull/115121, I'm planing an `EuiIconTip` inside the `description` of `EuiStat`:  This causes our accessibility tests to fail: ``` │ VIOLATION │ [aria-hidden-focus]: Ensures aria-hidden elements do not contain...
Hey, I noticed that after #4879, an `EuiComboBox` with `singleSelection` will no longer scroll to the selected option on open. You can verify this behavior by going to the [sandbox](https://codesandbox.io/s/eui-issue-ulk5f?file=/index.js)...
## Issue Loading states aren't communicated to screen readers ## Fix 1. **Include `` with buttons** Why `role="status"`? This role acts as a live region that will allow us to...
[EuiColorPalettePicker] [EuiSuperSelect] options list does not reposition when input element moves
We'll need to reposition the popover when the source element moves. 
While integrating an EUI with React Router 5.1, I noticed that opening `EuiCard`-based links (by clicking the card itself) in new tabs resulted in the current tab also navigating to...
Hey, I recently noticed that if you were to mouse click and drag the text you just entered, you will be unable to overwrite that text by typing over it....
## Summary This PR restructures the Button guidelines according to [this document](https://docs.google.com/document/d/1TwDTHqgXWe7LRlHe1oTrruV4lO-2F5QT3Vp-6QDKZLA/edit?tab=t.cv17gb6bhei7). I also brought Buttons a level up under the Navigation menu, because it isn't Navigation specifically, and it's...
**Is your feature request related to a problem? Please describe.** When using the data grid it's nice to enable the toolbar to get the column visibility popover. However, it doesn't...
## Summary Closes https://github.com/elastic/eui/issues/8632 This PR adds high contrast mode color values for data visualization and severity color tokens. ### Changes - separates `colors.vis` and `colors.severity` by color mode (enables...