Cee Chen

Results 258 comments of Cee Chen

No, EuiComboBox will likely need its own custom input still, so will need some manual fixing.

Is this something you could resolve via `EuiProvider`'s `componentDefaults.EuiPortal.insert` API? This prop allows you to configure the `insert` location of all `EuiPortal`s across the board, including the ones used in...

Ah gotcha, no, nested `EuiProvider`s are not supported, sorry - I hadn't realized you were trying to configure this for just one or two flyouts. A PR would be much...

Re-opening! Apologies @stil, we hadn't even realized this PR was in the queue - we don't get automatically pinged/notified for draft PRs unless they open.

As a heads up you will need to sign the Elastic CLA with the email address associated with the git commits (use `git log` to see that email address).

@stil Any update on signing https://www.elastic.co/contributor-agreement? We cannot move forward with merging this in without it signed with the emails associated with the commits in this PR, unfortunately.

1. Showing the entire column being dragged is probably impossible with virtualization. We show **only** the column header being dragged 2. The drop zone is also in question. Are we...