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

`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...

bug

In https://github.com/elastic/kibana/pull/115121, I'm planing an `EuiIconTip` inside the `description` of `EuiStat`: ![image](https://user-images.githubusercontent.com/1238659/137411797-2ae74604-ec8d-4fea-87bd-5c6fdd760c36.png) This causes our accessibility tests to fail: ``` │ VIOLATION │ [aria-hidden-focus]: Ensures aria-hidden elements do not contain...

bug
feature request
accessibility
accessibility - WCAG A
accessibility - cognition
accessibility - automated

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)...

bug

## 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...

bug
accessibility

We'll need to reposition the popover when the source element moves. ![peek_2021-03-03_17-14](https://user-images.githubusercontent.com/313125/109838063-0b399000-7c03-11eb-933e-223f423806cb.gif)

bug

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...

bug

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....

bug

## 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...

visual refresh