-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[material-ui][Tooltip] Allow auto placement on tooltip #45399
[material-ui][Tooltip] Allow auto placement on tooltip #45399
Conversation
Netlify deploy previewBundle size report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jtaks Could you share a StackBlitz or CodeSandbox example demonstrating auto
, auto-start
, and auto-end
placements in the Tooltip? And also illustrate how they work.
@ZeeshanTamboli Yes I can. |
@ZeeshanTamboli Never mind, I found it. 👍 |
@Jtaks I couldn't see any difference between |
Thanks for submitting the PR but what issue does this PR will fix? If it's about missing values, can you add a link to that API ref? |
@ZeeshanTamboli It seems that may be a bug in the implementation of the
@siriwatknp It is adding missing values. Sorry I could have provided more information. This PR exposes |
@Jtaks Okay, understood. Thanks. @siriwatknp Can you review? |
…se-popper-placement-in-tooltip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Good one!
Cherry-pick PRs will be created targeting branches: v6.x |
Co-authored-by: siriwatknp <siriwatkunaporn@gmail.com> Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
Co-authored-by: siriwatknp <siriwatkunaporn@gmail.com> Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
Allow Tooltip to accept Popper's auto placement values.