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
According to React-Spectrum Docs, if a visible label isn't specified, an aria-label must be provided for accessibility. But there are no examples provided.
Storybook example doesn’t have any aria-label and so it’s completely skipped by screenreader users.
Spectrum guidance says that Icon-only variants should be avoided, but if used, should always include a tooltip on hover.