diff --git a/docs/docs/options.mdx b/docs/docs/options.mdx index 1be50149..04a5f176 100644 --- a/docs/docs/options.mdx +++ b/docs/docs/options.mdx @@ -70,8 +70,8 @@ import 'react-tooltip/dist/react-tooltip.css'; | data-tooltip-wrapper | string | false | `div` | `div` `span` | Element wrapper for the tooltip container, can be `div`, `span`, `p` or any valid HTML tag | | ~~data-tooltip-events~~ | ~~string~~ | ~~false~~ | ~~`hover`~~ | ~~`hover click` `hover` `click`~~ | ~~Events to watch for when handling the tooltip state~~
**DEPRECATED**
Use `openOnClick` tooltip prop instead | | 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 | -| data-tooltip-show | number | false | | any `number` | The delay (in ms) before showing the tooltip | -| data-tooltip-hide | number | false | | any `number` | The delay (in ms) before hiding the tooltip | +| data-tooltip-delay-show | number | false | | any `number` | The delay (in ms) before showing the tooltip | +| data-tooltip-delay-hide | number | false | | any `number` | The delay (in ms) before hiding the tooltip | | 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"`) | ### Props