eui
eui copied to clipboard
Elastic UI Framework 🙌
 I want to create an non-interactable tree view to show hierarchical data. But this is seems to be impossible now because the expanded nodes is an internal state of...
## Summary **EuiTooltip** attached to a button scrolls off the button when parent is scrolled. This might be only happening when the anchor element is itself on a popover. As...
Hi all, I've been facing an issue where for example I am using the EuiFieldText or EuiDatePicker and the icons don't load in. Instead there's a grey box in place...
Just upgraded from 31.0.0 to 31.12.0 and spotted that datagrids with less than `pageSize` rows don't show the `pageSizeOptions` or `pagination` components. However, they still take up `pageSize * rowHeight...
## Theming ideas **Can prop values be generated through the global theme layer?** This is all conjecture since I don't know if the provider can be used this way. ###...
Could you please add `print` and `fax` icons? I believe these two types of icons are used almost in every application, so would be nice to have them available by...
### Summary ### Checklist - [ ] Checked in both **light and dark** modes - [ ] Checked in **mobile** - [ ] Checked in **Chrome**, **Safari**, **Edge**, and **Firefox**...
We recently implemented custom row height selection in Discover 🥳 (PR [#122087](https://github.com/elastic/kibana/pull/122087)) . There's an issue we've encountered. When users select a new row height, this is propagated to the...
Hi there, not sure if this is more a question than an issue. I hope that that's still ok. We're using an `EuiSearchBar` with a `filter`: ``` const filters: SearchFilterConfig[]...
### Summary Like it says on the tin. Also, * Closes #6016 by removing `onClick` * Uses `EuiPortal` because the portaling code is nearly identical * Uses `Global` styling because...