Greg Thompson

Results 78 comments of Greg Thompson
trafficstars

I think this is related to #4026, and that the underlying issue is the transformation process into and out of rounded formatting. Definitely worth some investigation.

Related to #5774. We don't have a timeline yet for enabling support for React 18.

Do you happen to have an Emotion cache configured? If so you can add the `.compat = true` option to bypass this: https://elastic.github.io/eui/#/utilities/provider#global-styles

Yes, this would be nice! I think any effort on this would best coincide with our broader modularization effort and likely monorepo setup (which we need to do a better...

Smaller/individual TS files will likely be a natural result of the work in #5540. Each package (at a minimum) will have its own file, if not each component.

EUI does not do any work to shift the handle to the middle of the range in the undefined/empty value case; this is part of the [DOM spec](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#value). As much...

> Making it so the auto-focus can be turned off would definitely fix number 1 and my guess is that it would fix number two. This sounds right to me

Not currently, but that does make sense and would be very easy to implement (pass `isPreFiltered` directly through to `EuiSelectable`).

This is just a hunch, but it could be that the theme switching method is the cause. Namely, using `` on the unused theme css files.