Allow setting position for all tooltips in a group by definine property on <Tooltip.Group />, rather than on each child #2194
Nantris
started this conversation in
Feature requests
Replies: 1 comment
-
No, we will not do that, we've had similar logic in Radio.Group and other group components, it caused a lot of confusion. It is better to separate props – Tooltip.Group is responsible for grouping behavior, Tooltip is responsible for everything else. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would reduce duplicated code and ease the upgrade path from other tooltip libraries.
Beta Was this translation helpful? Give feedback.
All reactions