Oddbjørn Øvernes
Oddbjørn Øvernes
This was solved by #2336. A user can now add icon to the left side of an `Input` with the `leftAdornments` prop
also useful to read [changelog for 3.0 ](https://github.com/rollup/rollup/releases/tag/v3.0.0)
We should investigate https://tanstack.com/virtual/v3 which is used internally by [material-react-table](https://github.com/KevinVandy/material-react-table/blob/main/src/body/MRT_TableBody.tsx). Could this be used externally with how our table is set up? also link to material-react-table [docs](https://www.material-react-table.com/docs/examples/virtualized)
So the replacement should be `&:is(:disabled, [aria-disabled='true']){...}` instead of `&:disabled{...}`
By the way `round()` (+ `rem()` + `mod()`) [ships in chrome 125](https://groups.google.com/a/chromium.org/g/blink-dev/c/WQLmZB0PRgM?pli=1), [4 weeks from now](https://chromiumdash.appspot.com/schedule)
If the line-height was provided as unitless value then in css we can do `line-height: round(1em * 1.5, 4px);` where 1.5 would be the unitless number coming from a variable....
This branch needs to be rebased on develop
Resolved by #2852
This will be resolved by #3143
We'll take a look in case there is something other than the downshift/react18 issue going on in that particular scenario 👍