eui
eui copied to clipboard
Elastic UI Framework 🙌
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...
This feature request is based on [this comment](https://github.com/elastic/eui/pull/7861#issuecomment-2210545786) and suggests adding a new `nameTooltip` API for `EuiBasicTable`. Example: ```ts const columns = [ { field: 'github', name: 'Github', nameTooltip: {...
## Summary This PR adds a config option to disable auto sort behavior for field value selection filters (addresses https://github.com/elastic/eui/issues/7955) on eui search. In small lists it can be quite...
## Summary I think that the bug can be fixed if we add a gridStyles to a deps array for useUpdateEffect for grid styles. Analysing the code I spotted that...
### Acceptance criteria - [ ] All SCSS files have been removed from the component(s) directory - [ ] All SCSS overrides have been removed from the Amsterdam theme -...
**Is your feature request related to a problem? Please describe.** Eui search bar field value selection filter dropdowns currently automatically sort checked items to the top. I small lists with...
**Is your feature request related to a problem? Please describe.** Related feature request in Kibana: https://github.com/elastic/kibana/issues/188066 In `EuiDataGrid`, it isn't currently possible to customize the order of components inside of...
# Summary The new interactive `` component should integrate with CodeSandbox like the current EUI website. # Acceptance criteria * The `` component should have an `Open in CodeSandbox` button...
# Summary The new documentation website has a few minor styling issues affecting the look of the content and rendered component previews: 1. The `MDXContent` default styles affect and override...