Add documentation on how to hide the tip

This commit is contained in:
Frank Weindel
2015-12-16 16:42:13 -05:00
parent 39de81dfa9
commit 867e252631
+2 -2
View File
@@ -144,9 +144,9 @@ ReactDOM.render(<Rcslider />, container);
</tr>
<tr>
<td>tipFormatter</td>
<td>function</td>
<td>function or `null`</td>
<td></td>
<td>Format the value of the tooltip if it shows.</td>
<td>Format the value of the tooltip if it shows. If `null` the tooltip will always be hidden.</td>
</tr>
<tr>
<td>dots</td>