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

# Summary We need a document that guides us in writing and maintaining our new docusaurus-based docs. # Acceptance Criteria TBD @tkajtoch

task
New EUI site

# Summary `StoryEmbed` component is a helper component that renders ``d Storybook stories and docs views based on a given `id` or `path`. # Acceptance Criteria * `StoryEmbed` should render...

task
New EUI site

**Describe the solution you'd like** Our `copyToClipboard()` service use the deprecated [document execCommand API](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) for copying snippets to a user's clipboard. @P1llus suggested the [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) as an alternative. The...

good first issue
stale-issue
tech debt
help wanted

**Describe the bug** Unable to access clear button on `EuiComboBox` from keyboard navigation. ![Screen Recording 2023-10-16 at 07 14 26 PM](https://github.com/elastic/eui/assets/19007109/8b8205cf-91e1-41fc-937c-aa8ab76ea908) 1. Go to https://eui.elastic.co/#/forms/combo-box 2. Click to focus and...

bug
accessibility - keyboard

**Is your feature request related to a problem? Please describe.** In some situations vertical screen space is limited. In those situations it would be nice to be able to adjust...

feature request
stale-issue

## Description **Is your feature request related to a problem? Please describe.** Charts, tables, and data visualizations need text summaries to be more accessible. **Describe the solution you'd like** @gvnmagni...

design decision
feature request
stale-issue
Pattern

> [!Note] > This meta issue tracks the effort of developing the new EUI documentation site only. Check out the [Elastic Design System - Milestone 2](https://github.com/orgs/elastic/projects/1150/views/8) for more. # Summary...

meta
New EUI site

_Originally posted by @opauloh in https://github.com/elastic/eui/pull/6833#discussion_r1224856519_ > I love that idea of automation. My suggestion: > > We can first start by adding JSDocs manually to all the other tokens...

developer experience
stale-issue
tech debt

Hey folks! 👋🏻 There's a new CSS psuedo selector that's now widely adopted which you might like, [:user-invalid](https://developer.mozilla.org/en-US/docs/Web/CSS/:user-invalid), which reminded me of an I raised issue here a while ago...

feature request

# Summary We want to provide more guidance on how to test our components and assert the values they display. # Goals * Publish docs on how to test correct...

meta