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
Enable useAriaPropsSupportedByRole biome rule and fix ARIA violations
- Enable useAriaPropsSupportedByRole rule in biome.jsonc for @liam-hq/app package
- Fix ChatInput textarea ARIA attributes by removing unsupported role and attributes
- Add role="option" to MentionSuggestor buttons to support aria-selected
- Add role="listbox" to MentionSuggestor container for proper ARIA pattern
- Maintain accessibility while ensuring biome rule compliance
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: FunamaYukina <FunamaYukina@users.noreply.github.com>
Copy file name to clipboardExpand all lines: frontend/apps/app/components/SessionDetailPage/components/Chat/components/ChatInput/components/MentionSuggestor/MentionSuggestor.tsx
0 commit comments