mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Tooltip: autoHide (#4126)
* Add autohide to tooltip * Add missing enter --------- Co-authored-by: Mikołaj Andrasiak <mikolaj.andrasiak@ncbj.gov.pl>
This commit is contained in:
parent
9f4cc77f3a
commit
5b876bebfc
5 changed files with 77 additions and 3 deletions
7
components/lib/tooltip/Tooltip.d.ts
vendored
7
components/lib/tooltip/Tooltip.d.ts
vendored
|
@ -67,7 +67,12 @@ export interface TooltipOptions {
|
|||
*/
|
||||
hideDelay?: number | undefined;
|
||||
/**
|
||||
* Used to pass attributes to DOM elements inside the component.
|
||||
* Whether to hide tooltip when hovering over tooltip content.
|
||||
* @defaultValue true
|
||||
*/
|
||||
autoHide?: boolean | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* @type {TooltipDirectivePassThroughOptions}
|
||||
*/
|
||||
pt?: PassThrough<TooltipDirectivePassThroughOptions>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue