mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #4738 - Tooltip: escape should be false by default
This commit is contained in:
parent
5ee9ac2d86
commit
95e8936be1
2 changed files with 7 additions and 7 deletions
4
components/lib/tooltip/Tooltip.d.ts
vendored
4
components/lib/tooltip/Tooltip.d.ts
vendored
|
@ -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;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue