Fixed #4738 - Tooltip: escape should be false by default

This commit is contained in:
tugcekucukoglu 2023-11-02 13:50:06 +03:00
parent 5ee9ac2d86
commit 95e8936be1
2 changed files with 7 additions and 7 deletions

View file

@ -47,8 +47,8 @@ export interface TooltipOptions {
*/
class?: string | undefined;
/**
* By default the tooltip contents are not rendered as text. Set to true to support html tags in the content.
* @defaultValue false
* By default the tooltip contents are not rendered as text. Set to false to support html tags in the content.
* @defaultValue true
*/
escape?: boolean | undefined;
/**