Hi, I am using setValueIcons() with setShowValueIconOnly(true) in a ListGridField, which renders icons as CSS background images. Screen readers can’t read these icons since there’s no alt text or aria-label.
I tried adding aria-label to ListGridField element, but doesn't have access to setAriaState() property, it has prompt message showing, but screen readers still don’t pick up the descriptions.
What’s the best way to make these icon-only cells accessible?
Thanks!
I tried adding aria-label to ListGridField element, but doesn't have access to setAriaState() property, it has prompt message showing, but screen readers still don’t pick up the descriptions.
What’s the best way to make these icon-only cells accessible?
Thanks!
Comment