Cee Chen

Results 258 comments of Cee Chen

The screencap you posted is super helpful, thanks Stratoula! My concern here with two flyouts on the same page at once is that each flyout is considered a dialogue and...

> the inline editing flyout comes from another plugin so it would be very easy for the consumers to make it work if the 2 types of flyouts were working...

+1, can confirm/repro the problem. FWIW, we've solved this problem in EuiSelectable (https://github.com/elastic/eui/pull/6631), so this bug will go away for free once we update EuiComboBox to dogfood EuiSelectable (https://github.com/elastic/eui/issues/2841). The...

We also need an issue for all components in the `src/components/form/` folder!

Let's strike `EuiDataGrid` from that list and create a separate issue for the tabular components (`EuiDataGrid`, `EuiBasicTable` and `EuiInMemoryTable`), since those are so complex

To add more requested context, EuiSelectable has the best built-in accessibility by far (semantic HTML, keyboard navigation, screen reader announcements) and we should dogfood that a11y instead of rewriting it...

Hey Coen! After some team discussion, we're going to hold off on implementing this in EUI, as it feels like a bit of an edge case and isn't necessarily something...

Yes, for sticky columns integrated directly into our virtualized grid body, [there isn't any official support in our react-window](https://codesandbox.io/s/2jvl09przn) dependency (although it looks like there's some semi-hacky workarounds in the...

While we may need to make this more obvious in our EuiDataGrid documentation, in general EUI **strongly** recommends that consumers ensure their `columns` definitions are either static (declared as `const`s...