Skip to content

Commit 7f1f896

Browse files
authored
Update README.md
1 parent 4a414ac commit 7f1f896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Global|Specific |Type |Values | Description
5151
type | data-type | String | success, warning, error, info, light | theme
5252
effect| data-effect | String | float, solid | behaviour of tooltip
5353
event | data-event | String | e.g. click | custom event to trigger tooltip
54-
eventOff | data-event-off | String | e.g. click | custom event to hide tooltip
54+
eventOff | data-event-off | String | e.g. click | custom event to hide tooltip (only makes effect after setting event attribute)
5555
globalEventOff | | 'string'| e.g. click| global event to hide tooltip (global only)
5656
isCapture | data-iscapture | Bool | true, false | when set to ture, custom event's propagation mode will be capture
5757
offset | data-offset | Object | top, right, bottom, left | `data-offset="{'top': 10, 'left': 10}"` for specific and `offset={{top: 10, left: 10}}` for global

0 commit comments

Comments
 (0)