silent
1 parent 0867196 commit becaeb3Copy full SHA for becaeb3
1 file changed
elements/pf-v6-tooltip/README.md
@@ -74,4 +74,5 @@ External trigger (element id — not an event type):
74
| `hide` event | Event before tooltip hides, with `reason`. Cancelable for mouseleave/focusout; Escape (`reason: 'escape'`) is never cancelable |
75
| `.show()` / `.hide()` methods | Programmatic visibility control |
76
| `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`) |
78
0 commit comments