Marija Najdova

Results 223 comments of Marija Najdova

Few more thought I had after trying it a bit more. 1. When you click to edit the preview code, should we automatically open and show the whole code for...

I can't see any real blockers at this moment. Can we move to a final review on this one? cc @siriwatknp

> Since it's what the native textarea supports I think that's best. The behaviour of https://deploy-preview-30873--material-ui.netlify.app/components/buttons/ (which emulates Jarle) feels most natural to me. +1 for enter **or any other...

> What about I disable tab-to-indent so it works exactly the same as textarea? Then we don't need the hack at all Why go again one step back? I would...

After some thinking I think we should rather give it a go to the currently implementation. It's better what I've already seen done in other libraries (like Chakra UI), and...

This is the default behavior of the `button` element, we shouldn't change anything. Prove - https://codesandbox.io/s/determined-surf-sedrq4?file=/src/App.tsx As mentioned in https://github.com/mui/material-ui/issues/33821#issuecomment-1207347471 you can disable it in your code if you want...

@totszwai we can add it 👍 Would you like to prepare a PR for it? Note that you can always use: ``` MuiChip: { styleOverrides: { root: ({ ownerState })...

> @mnajdova if no one is working on it I could do it. Adding colorError to chipClasses.d.ts should be enough? I guess while I'm on it I could also add...

@PunitSoniME please share on the issue a description of what the problem really as. Also, can you provide some link to wai aria docs with more explanation for the changes...

Why don't you add the `disableClearable` once you have an option selected? Or add a default value for the autocomplete? I believe the current typings make sense.