Zeeshan Tamboli
Zeeshan Tamboli
Looks like a bug. As a workaround, you can change the underlying element for a one-off situation like this with the `component` prop (Keeping the variant styles intact). Take a...
@iamxukai We will have to fallback to `span` if no `variant` is provided. Also, we need to support [custom variantMapping](https://mui.com/material-ui/react-typography/#changing-the-semantic-element) if passed to the `primaryTypographyProps`. We will also need tests...
> @ZeeshanTamboli in my use case I'm wanting to override the default close icon with my company's custom close icon via theme overrides. If I warned on providing CloseIcon with...
Related issues - #33646, #29046
> Can you share an issue about what is the problem and why the change was made? 0% or 0px doesn't seem that important in my opinion. Also, we would...
@luckerzxb I am not able to reproduce it in the `useSelect` [hook demo](https://mui.com/base/react-select/#hook) after opening it in the CodeSandbox as you mentioned. Also, the demo URL you provided is wrong....
I can reproduce it now. Thanks for the reproduction steps. Looks like a bug.
Closing this issue as it [works](https://codesandbox.io/s/exciting-sun-fe8w6h?file=/src/index.tsx) with the latest React v18.2.0
@PrimozRome Please provide a CodeSandbox reproducing the issue.
> Notice that I'm setting sm as the maxWidth inside sx (this is actually supported) I don't think `maxWidth` as `sm` ,`md` etc is supported _inside the `sx` prop_. Hence...