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
Use useId() for stable unique ID in omnibar aria-controls (#1791)
- Replace hardcoded 'suggestions-list' ID with useId() generated value
- Update SearchForm to generate stable unique ID for aria-controls
- Update SuggestionsList to accept and use id prop
- Ensures proper ARIA relationship and prevents ID conflicts
Addresses PR review comment: #1786 (comment)
0 commit comments