Skip to content

Commit

Permalink
fix: primefaces#6680, Tooltip: Escape key not dismissing tooltip (WCA…
Browse files Browse the repository at this point in the history
…G 2.1 1.4.13)
  • Loading branch information
ANTONA09 committed May 27, 2024
1 parent fa5bc50 commit 9c7b897
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -51144,6 +51144,14 @@
"default": "",
"description": "Content to be displayed in tooltip."
},
{
"name": "closeOnEscape",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Specifies if pressing escape key should hide the tooltip."
},
{
"name": "disabled",
"optional": true,
Expand Down

0 comments on commit 9c7b897

Please sign in to comment.