Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 4e40410

Browse files
author
kmoroder
committed
update readme to reflect default value as false
1 parent 7f26410 commit 4e40410

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
@@ -87,7 +87,7 @@ tooltip-template="" | String() | '' | Set your tooltip template (HTML or just Te
8787
| | | **to know**: don't use it together with `tooltip-template-url` attribute, use only one of them
8888
tooltip-template-url="" | String() | '' | Set your external tooltip template PATH
8989
| | | **to know**: don't use it together with `tooltip-template` attribute, use only one of them
90-
tooltip-template-url-cache="" | String(Boolean) | true | This attribute stores and retrieves the template from the cache
90+
tooltip-template-url-cache="" | String(Boolean) | false | This attribute stores and retrieves the template from the cache
9191
tooltip-controller="" | String() | '' | Set a controller to your external tooltip template
9292
tooltip-smart="" | String(Boolean) | false | Set the tooltip to automatically search the best position on the screen
9393
tooltip-show-trigger="" | String('event1 event2') | 'mouseover' | Show the tooltip on specific event/events

0 commit comments

Comments
 (0)