Albert Yu
Albert Yu
@Wahab-Adil Would you mind providing a reproduction? You can fork this template: https://mui.com/r/issue-template-latest PS: Here are some tips for providing a minimal example https://stackoverflow.com/help/mcve
@orangeswim > Also the menuitem API references the "component" prop while the actual code doesn't use that prop anymore. The `component` prop still works for the Material UI MenuItem ([docs](https://mui.com/material-ui/api/menu-item/)),...
> the tooltip comes unglued from the element it decorates @githorse I can reproduce this. At a glance, it could be related to `anchorEl` https://mui.com/material-ui/react-tooltip/#virtual-element 🤔 It's passed to the...
`disableRipple` works fine for me - I'm quite sure the momentary change in the background color is not the ripple effect and is probably the active state of the button
@bhaviklotia23 Can you provide a minimal repro? You can fork this template: https://mui.com/r/issue-template-latest PS here are some tips: https://stackoverflow.com/help/mcve
> Doesn't mean I think it's a good idea to use `NaN` as a value to represent state, but it should probably be left to the consumer of this hook...
> One example is if you have a `Select` component where one of the options has value of `NaN` and you set the `defaultValue` to `NaN` Just occurred to me...
> Hi, I don't know if anyone is working on this... can you assign me? @lucasgmelo I've assigned you ~ thanks!
@noobDev31 Thanks for reporting this, would you mind providing a minimal reproduction? You can fork this template: https://stackblitz.com/edit/stackblitz-starters-maxhor?file=src%2FApp.tsx PS here are some tips for providing a minimal repro: https://stackoverflow.com/help/mcve
@mohsenomidi I think its quite unlikely we'll provide a component for that, at least in the foreseeable future Is your use-case to format the value in a TextField or something...