Skip to content

Commit 2f69691

Browse files
Raithdkgabrieljablonski
authored andcommitted
Update options.mdx
1 parent cf6d5bd commit 2f69691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ import 'react-tooltip/dist/react-tooltip.css';
7070
| data-tooltip-wrapper | string | false | `div` | `div` `span` | Element wrapper for the tooltip container, can be `div`, `span`, `p` or any valid HTML tag |
7171
| ~~data-tooltip-events~~ | ~~string~~ | ~~false~~ | ~~`hover`~~ | ~~`hover click` `hover` `click`~~ | ~~Events to watch for when handling the tooltip state~~ <br/>**DEPRECATED**<br/>Use `openOnClick` tooltip prop instead |
7272
| data-tooltip-position-strategy | string | false | `absolute` | `absolute` `fixed` | The position strategy used for the tooltip. Set to `fixed` if you run into issues with `overflow: hidden` on the tooltip parent container |
73-
| data-tooltip-show | number | false | | any `number` | The delay (in ms) before showing the tooltip |
74-
| data-tooltip-hide | number | false | | any `number` | The delay (in ms) before hiding the tooltip |
73+
| data-tooltip-delay-show | number | false | | any `number` | The delay (in ms) before showing the tooltip |
74+
| data-tooltip-delay-hide | number | false | | any `number` | The delay (in ms) before hiding the tooltip |
7575
| data-tooltip-float | boolean | false | `false` | `true` `false` | Tooltip will follow the mouse position when it moves inside the anchor element (same as V4's `effect="float"`) |
7676

7777
### Props

0 commit comments

Comments
 (0)