Michał Dudak

Results 446 comments of Michał Dudak

That's the plan. However, there's some shared infra code assuming `mui-*` format, so it has to be made configurable. Shipping components felt like a more important thing to do, so...

This is no longer an issue with the new Tooltip component.

Hi @pccck. I can see value in what you are proposing. If you're willing to implement it, go ahead.

@mj12albert, could you confirm #373 implements this as requested by the author?

> At the very least, I wouldn't expect render={ to change the functionality of an already-disabled Menu.Item (or Menu.RadioItem). That's not quite possible. Browsers can't focus truly disabled buttons, so...

We don't really need to know the actual rendered tag name, but just the fact that they want to render something different than the native ``. So a boolean prop...

I don't think we should treat links the same way as buttons. I'd rather have separate `useLink` hook. This code was ported over from Material UI, where it may make...

We haven't discussed the API of it. I'm wondering if an ordinary Menu with a different Trigger wouldn't be enough: ```tsx ... ```

We could add an attribute indicating how the menu was open (touch or right-click). It seems that on mobile menus are often placed above the trigger (so they are not...

The menu should return focus to the previously focused element when an item is clicked or Esc is pressed. This is pretty annoying when keyboard is used to open the...