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

It looks like we do not have any tokens for the tooltip of the toolbar buttons such as bold or italic. https://github.com/elastic/eui/blob/804219c94a61277b278ce2a0b203572b56e59918/src/components/markdown_editor/markdown_editor_toolbar.tsx#L36-L41 https://github.com/elastic/eui/blob/804219c94a61277b278ce2a0b203572b56e59918/src/components/markdown_editor/markdown_editor_toolbar.tsx#L113-L122 Code shows there is no Eui18n related...

markdown editor
stale-issue
i18n

### Summary This PR adds support for `onResizeStart` and `onResizeEnd` callback props to `EuiResizableContainer`. The callbacks support resizing with a pointer or a keyboard, and a `trigger: 'pointer' | 'key'`...

`Cannot assign to read only property 'backgroundColor' of object '#' at EuiAvatar (webpack://xxxx/./node_modules/@elastic/eui/es/components/avatar/avatar.js?:98:33) at renderWithHooks (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:14985:18) at updateFunctionComponent (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:17356:20) at beginWork (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:19063:16) at HTMLUnknownElement.callCallback (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:3945:14) at Object.invokeGuardedCallbackDev (webpack://xxxx/./node_modules/react-dom/cjs/react-dom.development.js?:3994:16) at invokeGuardedCallback...

answered

## Summary Change all occurrences of `number | string` types to only allow `number` ## Why? It's confusing accepting both. I realize this was probably done to pave over whatever...

assign:engineer
typescript

There's no easy way to set EuiDatePicker with the timepicker enabled to set a minimum date *and* time. You can do: (If it's Aug 15 2019 at 5:30pm) ```js

assign:engineer
prop request
skip-stale-check

HI, im confused with the license of eui library, can I use this library for my personal projects ?

answered

## Description I'd like to consider refactoring our EUI Context Menu component to use the WAI-ARIA pattern for a [navigation menu button](https://www.w3.org/TR/wai-aria-practices/examples/menu-button/menu-button-links.html). This pattern can be easily composed into a...

breaking change
accessibility
WCAG A
skip-stale-check
accessibility - screen reader
accessibility - cognition

Scenario: User enters edit mode. User types in combo box. User edits edit mode. App resets state, marking the combo-box as disabled, but the user's search text remains instead of...

stale-issue

We have new types of portals emerging in our Elastic products. For both scenarios, we recommended the usage of **EuiFlyout**. But it requires some CSS overrides or adapting the design...

documentation
accessibility

While working on the new UX for the `` in Kibana I need to be able to control the search bar query term. The `` allows us to pass the...

feature request