File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ The imperative methods <b>can</b> be applied alongside regular tooltip usage. Fo
80
80
81
81
- ` open() ` opens the tooltip programatically. All of the arguments are optional
82
82
- ` anchorSelect ` overrides the selector currently in use. Ideally, it should match only one element (e.g. ` #some-element ` )
83
- - ` position ` overrides the tooltip position. Behaves the same way as the ` position ` tooltip prop
84
- - ` place ` overrides the tooltip placement relative to the anchor. Behaves the same was the ` place ` tooltip prop
83
+ - ` position ` overrides the tooltip position. Behaves the same as the ` position ` tooltip prop
84
+ - ` place ` overrides the tooltip placement relative to the anchor. Behaves the same as the ` place ` tooltip prop
85
85
- ` content ` overrides the tooltip content
86
86
- ` close() ` closes the tooltip programatically
87
87
You can’t perform that action at this time.
0 commit comments