Skip to content

Commit becaeb3

Browse files
committed
docs(tooltip): add missing silent attribute to README under added
1 parent 0867196 commit becaeb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

elements/pf-v6-tooltip/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ External trigger (element id — not an event type):
7474
| `hide` event | Event before tooltip hides, with `reason`. Cancelable for mouseleave/focusout; Escape (`reason: 'escape'`) is never cancelable |
7575
| `.show()` / `.hide()` methods | Programmatic visibility control |
7676
| `content` slot | Rich HTML content, not available in React (which takes `ReactNode`) |
77+
| `silent` attribute | Suppresses screen reader announcements. Use when the trigger already has an accessible label (e.g. `aria-label`) |
7778

0 commit comments

Comments
 (0)