Marija Najdova

Results 337 comments of Marija Najdova

> @mnajdova We had already moved about 50% of the web app to use styled-components in Material-UI v4 instead of JSS. It seemed like an easier solution to use styled-components...

Thanks for the report. I can reproduce. We should add a check for it. This diff should do it: ```diff --git a/packages/material-ui-unstyled/src/AutocompleteUnstyled/useAutocomplete.js b/packages/material-ui-unstyled/src/AutocompleteUnstyled/useAutocomplete.js index 62bc7df557..e81a9baaa4 100644 --- a/packages/material-ui-unstyled/src/AutocompleteUnstyled/useAutocomplete.js +++ b/packages/material-ui-unstyled/src/AutocompleteUnstyled/useAutocomplete.js...

Apologizes, I have missed this comment. @anirudh1713 you need to first focus the combobox before firing some keyboard events. Would be best if you can create a PR and we...

@Phebonacci feel free to create a new PR, looks like no one else is actively working on the issue

Ah I haven't realized that the bug used v4. We don't accept fixes for v4, and it indeed seems like is already working in v5. I am closing this. Thanks...

Looks like we can add the `components` & `componentsProps` API here to allow people to override all slots available.

If this is a blocker you can create a custom `TablePaginationAction` component and adjust it to your needs.

> What are the implications for https://github.com/mui/material-ui/discussions/categories/rfc? I recall we were initially on GitHub issues but then moved to the discussion after https://github.com/mui/material-ui/issues/6115 because a single thread makes it hard...

> I guess we will have to train them to check this label from time to time. I would assume this is what most of the community is already doing,...