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
There is no possibility to change aria-label either via a locale file or component properties. That breaks disability tests for other languages (in my case German).
I will commit a PR with a new property in near future.
A quick fix is to set aria-label="Close" only when closeIcon is not set (e.g. in antd closeIcon is always set and has its own aria-label). aria-label={closeIcon ? undefined : "Close"}
There is no possibility to change aria-label either via a locale file or component properties. That breaks disability tests for other languages (in my case German).
dialog/src/Dialog/Content/Panel.tsx
Line 100 in ecc8da9
The text was updated successfully, but these errors were encountered: