-
-
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
[Tooltip] Add PopperComponent prop #21039
[Tooltip] Add PopperComponent prop #21039
Conversation
Details of bundle changes.Comparing: f63646a...40b2a8b Details of page changes
|
@joshwooding It would be great to have an example, the last time we talk about it. I was leaning toward removing Also, we have frozen all-new feature addition on v4. It would need to be treated as a bug fix. For v5, I think that we will need a way to customize all the used components anyway, so we might wait for this future point in time. |
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.
Use Case: Using a native popper that displays tooltips in native windows. (I don't know how this part works yet :P)
Did you add a test that illustrates this use case?
Also, we have frozen all-new feature addition on v4. It would need to be treated as a bug fix.
That's not how this works. Either we don't work on features or we do. Re-labeling features as bug fixes does not get us anywhere.
@olivertassinari I know we were thinking of this but has it been confirmed publicly. I haven’t seen anything but might have missed it?
I agree with @eps1lon |
@joshwooding There are a couple of open pull requests that are on hold because they introduce new features. I think that we need to this feature freeze on the core to free us time to work on the v5 depreciation warnings. |
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.
Fine with me. My main concern with *Component
props relates to bundle size and we can explore this in #16280
8a25a69
to
bb6d6a4
Compare
Allows overriding of Popper in Tooltip like Autocomplete.
Use Case: Using a native popper that displays tooltips in native windows. (I don't know how this part works yet :P) cc @oliviertassinari
Also refactored the tests cc @eps1lon