Skip to content

Commit e8aa9cf

Browse files
docs: remove outdated info
1 parent da85375 commit e8aa9cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/docs/options.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,3 @@ import 'react-tooltip/dist/react-tooltip.css';
109109
| data-tooltip-show | number | false | | any `number` | tooltip show will be delayed in miliseconds by the amount of value |
110110
| data-tooltip-hide | number | false | | any `number` | tooltip hide will be delayed in miliseconds by the amount of value |
111111
| 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"`) |
112-
113-
#### Observations
114-
115-
- When using `data-tooltip-content` the `<br />` works by default
116-
- When using prop `content` the `<br />` doesn't work by default, use prop `html` instead of this

0 commit comments

Comments
 (0)