Skip to content

Commit f98f5ee

Browse files
mikemunsiebenjycui
authored andcommitted
docs: elaborated more on getTooltipContainer (#77)
The function acts as both a setter and getter.
1 parent c4cf1cc commit f98f5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Online examples: [http://react-component.github.io/tooltip/examples/](http://rea
162162
<td>getTooltipContainer</td>
163163
<td>function</td>
164164
<td></td>
165-
<td>function returning html node which will act as tooltip container</td>
165+
<td>Function returning html node which will act as tooltip container. By default the tooltip attaches to the body. If you want to change the container, simply return a new element.</td>
166166
</tr>
167167
<tr>
168168
<td>destroyTooltipOnHide</td>

0 commit comments

Comments
 (0)