eui
eui copied to clipboard
Elastic UI Framework 🙌
**Describe the bug** When using `EuiSelectable` within an `EuiPopover` in an `EuiFlyout` in `push` mode when the `body` is set to scroll, enabling `autoFocus` on the `searchProps` results in a...
## Summary This fixes the generation of `i18ntokens.json` and `i18ntokens_changelog.json` files used to determine whether there have been any changes to i18n token names or default messages since the last...
It's possible to render `EuiSelectable` inside `EuiFlyout`. There's [this example in the docs](https://eui.elastic.co/docs/components/forms/selection/selectable/#flexbox) that shows it. In the example `EuiFlyoutHeader` and `EuiFlyoutFooter` are used, but not `EuiFlyoutBody`, because it will...
The purpose of this task is to resolve `typedoc` warnings. Some of them might be relevant for us while some [can be silenced](https://typedoc.org/documents/Options.Validation.html). You can see the warnings by running...
**Describe the bug** When rendering `EuiFlyoutResizable` in the jest test environment, it results in the following warning being printed out: ``` Warning: Function components cannot be given refs. Attempts to...
**Describe the bug** When a tooltip is anchored to an element (e.g. button) that is fixed-positioned and that changes positions when clicked, the tooltip won't follow. This creates an unwanted...
The purpose of this task is to add a "Contributing" subpage / section to "Getting started" with link to [Writing documentation](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/documenting/writing-documentation.md).
## Description There is a use case in Kibana ([code](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/shared-ux/chrome/navigation/src/ui/components/navigation_item_open_panel.tsx#L132)) where additional`EuiButton` are being rendered as items in the navigation. With the introduction of Borealis, these base buttons don't fit...
**Is your feature request related to a problem? Please describe.** Cloud UI had a bug report/feature request around the handling of links. In short, when Ctrl/Cmd/Shift-clicking to open an EuiLink...
**Is your feature request related to a problem? Please describe.** One of the main goals of the new site is to give designers an easy way to contribute UX guidelines...