Marija Najdova
Marija Najdova
> Other notes I will look into what changes we would need to do to fix these things without doing any library changes
I was wrong initially on using Composition as we use `useListNavigation` from Floating UI in the menu. I tried extending a bit our API to add support for it, but...
I investigated a bit the Floating UI repo and found the issue. When deciding on opening submenus/stepping inside etc, Floating UI uses the orientation of the submenu to decide whether...
I've created PR on the Floating UI side: https://github.com/floating-ui/floating-ui/pull/3199, I will test the changes here and see if everything work as expected, but this should fix all issues. @colmtuite you...
@DeLm0re would you like to create a PR for the proposed changes? We can use the screenshot tests to verify that this works in all scenarios.
If someone has time to create a PR with the fix I would be happy to review it. It's hard to say if any of these is the correct fix...
I like the idea of inverting the logic, as in my opinion using all values of the palette may be the most common use-case (if I am wrong in this...
> For 1 and 2, we can start separately now since (1) is bug fix and (2) is enhancement. 👍
It doesn't look like this bug report has enough info for one of us to reproduce it. Please provide a CodeSandbox (https://material-ui.com/r/issue-template-latest), a link to a repository on GitHub, or...
Are you using emotion or styled-components as a styling solution? For the reproduction, you don't have to give me access to your repository, just try to reproduce when it is...