Update escape property description

pull/2873/head
Tuğçe Küçükoğlu 2022-08-22 14:36:10 +03:00
parent 0aa2095b45
commit 0fe7b7baad
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ directives: {
<tr>
<td>escape</td>
<td>boolean</td>
<td>true</td>
<td>By default the tooltip contents are rendered as text. Set to true to support html tags in the content.</td>
<td>false</td>
<td>By default the tooltip contents are not rendered as text. Set to true to support html tags in the content.</td>
</tr>
<tr>
<td>fitContent</td>