Michał Dudak

Results 465 comments of Michał Dudak

The `open` and `onClose` were moved from the Menu to the Dropdown (with `onClose` being changed to `onOpenChange` and firing on both opening and closing). These props should have been...

We could make it more explicit and have a prop on the MenuItem called `disableCloseOnClick`. I created a separate issue for this: mui/base-ui#46

@enricoros, we've considered many different approaches when designing this solution. You can browse through mui/material-ui#32088 for more details. I don't see a problem adding an explicit `anchor` prop to the...

FYI, I added the `anchor` prop back to the Base UI's Menu in mui/material-ui#39284.

@mnajdova, you're more familiar with this area. Would you mind checking this?

@mnajdova, the case we've talked about is actually slightly different. I fixed the issue reported here.

The issue is still present (although not as apparent as before). I suggest removing `debounce` from the `handleResize` call.

> Should we allow both to work 🤔 ? Yes, definitely.

See https://github.com/mui/material-ui/issues/36946#issuecomment-1532051678