Skip to content
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

add innerRef to Tooltip #1089

Closed
juanmaguitar opened this issue Jun 25, 2018 · 0 comments · Fixed by #1105
Closed

add innerRef to Tooltip #1089

juanmaguitar opened this issue Jun 25, 2018 · 0 comments · Fixed by #1105

Comments

@juanmaguitar
Copy link
Contributor

Issue description

  • components: Tooltip
  • reactstrap version 6.1.0

What is happening?

There's no way to access (from the outside) to the DOM element that contains the tooltip

What should be happening?

There should be a way to access (from the outside) the DOM element that contains the tooltip.

Code

This can be easily achieved by adding a ref={this.props.innerRef} to the div that wraps the tooltip

This issue may be related to #1082

TheSharpieOne pushed a commit that referenced this issue Jun 25, 2018
Adding a innerRef prop to the `div` wrapping the `Tooltip` so it can accesed _from the outside_

#1089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant