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
We should remove ariaLabel="remove" from the removeable pill and add aria-label="Remove" to our examples where we use Pill.IconButton in our example so that it's obvious that users should provide an aria label. We should never use english words built in to the components.
🐛 Bug Report
We should remove
ariaLabel="remove"
from the removeable pill and addaria-label="Remove"
to our examples where we usePill.IconButton
in our example so that it's obvious that users should provide an aria label. We should never use english words built in to the components.https://github.com/Workday/canvas-kit/blob/master/modules/preview-react/pill/lib/PillIconButton.tsx#L75
The text was updated successfully, but these errors were encountered: