Marija Najdova

Results 223 comments of Marija Najdova

As far as I can see it works in https://mui.com/components/text-fields/#input-adornments

Can you share the steps you did to get to that state? I can't reproduce

It should be possible to add tests now. @tech-meppem I know it's been a while, are you still interested in continuing the effort?

But this is not breaking something tough right? It's safer to always have it, as it may be rendered as another element too. We could remove it, but why complicate...

As per your code this is all it takes to implement it: `Number(theme.spacing(3).slice(0, -2))` It should be fairly easy to add this inf your custom theme, or even as a...

Sorry, I don't understand what you mean we cannot apply decimal value.

Please read through the initial issue https://github.com/mui/material-ui/issues/16205#issuecomment-504116608 and the PR that changed the behavior https://github.com/mui/material-ui/pull/22552 if you are interested why the change was made. There is a simple fix to...

I am reopening as I needed to revert https://github.com/mui-org/material-ui/pull/27583 as it does not work with `npm`. We'll come back to this later. For those using `yarn` https://github.com/mui-org/material-ui/pull/27583 should work and...

@alexhhn see https://github.com/mui-org/material-ui/issues/27512#issuecomment-903781107 If you are using `yarn` - #27583 should work and fix the class name mismatch error. It, however, doesn't work with npm.

@MonstraG we haven't tested with yarn 2 yet. Could you confirm that it works with 1?