Michał Dudak

Results 343 comments of Michał Dudak

The fork you mentioned is what's in the nuget package, so there's not much we can do here (unless we create another package).

@slashdotdash what's the status of this? I just created a PR for the @oriches fork but frankly I don't know which repo is more likely to be published in nuget....

I've asked him already. Hopefully he'll reply.

I haven't thought of such a use case before, but these changes look OK to me. As a follow-up, I think we'd have to rename the `open` prop. `enabled` would...

No, not at all, this should be a separate PR that we can handle on our own.

I wasn't able to reproduce the issue. The https://mui.com/material-ui/react-divider printed (to PDF) just fine on both Edge and Firefox. Note that the Divider in its simplest form is just an...

@MonstraG it's not a CSS property. It's available in the `sx` prop: https://mui.com/system/display/#display-in-print @laichak I'm still not able to reproduce your issue. I've tried both on Windows and Mac using...

:+1: looks good. I'm not sure about the requirements section, though - what would I enter here?

Why not follow the pattern we've got elsewhere with `componentsProps`? Also, I was thinking about encapsulating all the menuButton related logic in a separate component instead of moving it in...

Sorry, it got lost among other notifications :/ > I propose using a popup prop to pass a menu One concern I have with this approach is that having a...