Skip to content

Commit 92237f9

Browse files
authored
Merge pull request #43 from bkrem/42-remove-false-auto-prop
Closes #42; removes unimplemented `<Origin>` `auto` prop
2 parents 0f0db7f + ab7260e commit 92237f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ For advanced usage, you can override the default handlers; `onMouseEnter` and `o
141141
+ `name` *(`string`|`string[]`)*: A name(s) to specify which tooltip(s) should be used.
142142
+ `content` *(`string`|`DOM`|`DOM[]`)*: A content for tooltip. If string, it's sanitized by [DOMPurify](https://github.com/cure53/DOMPurify).
143143
+ `place` *(`string`|`string[]`)*: A name of direction to specify a location of tooltip.
144-
+ `auto` *(`boolean`)*: A switch to enable/disable the auto-placement feature.
145144
+ `tagName` *(`string`)*: A tag name of wrapper element. Default is `span`.
146145
+ `delay` *(`boolean`|`number`|`string`)*: A number of duration for delay feature.
147146
+ `delayOn` *(`string`)*: A name of timing to enable the delay. `show`, `hide`, or `both`. Default is `hide`.

0 commit comments

Comments
 (0)