You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tooltip): automatically generate aria-describedby for accessibility
The tooltip component now automatically generates and sets a unique
aria-describedby attribute that references the tooltip content's ID.
This eliminates the need for manual configuration and ensures proper
screen reader compatibility.
Previously, users had to manually provide aria-describedby values,
often incorrectly as shown in documentation examples. The component
now follows Angular Material's approach by programmatically managing
the ARIA relationship.
Closes#781
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments