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).
|
<button type="button" onClick={onClose} aria-label="Close" className={`${prefixCls}-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