-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
No way to access tether object to trigger a manual position() #174
Comments
👍 I think it's worth exposing the raw tether instance. It would also be good to have a convenience method for updating position (sounds common enough). |
Fixes reactstrap#174 Add `tetherRef` to TetherContent which works similarly to `ref`
I don't believe it is possible to override the ref functionality allow it to return something else. A proposed solution is to add |
* feat(tether): add ability to get tether ref Fixes #174 Add `tetherRef` to TetherContent which works similarly to `ref` * pass additional props to the inner div
There is currently no way for a Tooltip to trigger a manual "position()" to re-position the tooltip.
One way would be to add a ref on the tether object and make a function getTetherInstance on the Tooltip.
What do you think?
The text was updated successfully, but these errors were encountered: