Cee Chen
Cee Chen
I've run into the `isGroupLabel` type error shenanigans as well, and that's definitely EUI being overly aggressive about using our custom [ExclusiveUnion](https://github.com/elastic/eui/blob/976e603bf55a41e6afe665488aa812e57a3bd47c/src/components/common.ts#L178-L183) utility (which can be pretty hit or miss,...
@JasonStoltz Should we go ahead and convert this into a discussion instead of an issue?
Looks like this behavior is essentially being caused by the nested EuiPopover behavior. Only one outside click on close event is being triggered. @cchaos, @miukimiu, can we consider another UI/UX...
@Heenawter This should be fixed now from https://github.com/elastic/kibana/pull/190752/commits/ebce0ceb5c755f97bc0c0acce2c0f290459c02cf with some extra UI/UX pizazz added to the warning underline for the RangeSliderControl component, as we chatted about over Slack! Let me...
> I noticed that the border on the controls is noticeably lighter in this PR than on main [...] is this an intentional change? This is an intentional change! Borders...
Going to re-open this as it has a fairly detailed writeup from Trevor that feels achievable
> I think in Kibana we should rely on EUI's defaults values for itemsPerPage: 50 and itemsPerPageOptions: [10, 20, 50, 100] ([docs](https://elastic.github.io/eui/#/navigation/pagination#table-pagination)). > Let's double check the EUI default is...
Thanks for the suggestion @zebde! I'm very glad that the extensibility of `EuiMarkdownEditor` is working as intended to allow consumers to expand on its functionality. One quick caution, I know...
The API to use to accomplish rendering tabs with `target="_blank"` will be: ```jsx const { processingPlugins } = getDefaultEuiMarkdownPlugins({ processingConfig: { linkProps: { target: '_blank' }, // Accepts any prop...
@hsk11, I took over and extended your PR to apply to the generic `getDefaultEuiMarkdownPlugins()` function, as that is generally the API in which we want consumers to interact with our...