Closed shivam091 closed 2 years ago
I'm not sure why the SVGs are not displaying because aria-hidden
is true
. Do you have some code you can share?
aria-hidden
does NOT control the visibility of elements. This simply means it will not be read by a screen reader. The icons themselves are decorative only - the names of the categories are read by the screen reader via the title
attribute.
A repo or codepen showing your issue would be helpful - I don't see why aria-hidden
would make the SVGs not appear for you.
Closing this issue as some stylesheets were there in my project which was causing svg not to render.
Thank you..
Hi,
I enabled category buttons on emoji picker but those icons are not displaying SVGs because aria-hidden="true" is set to it.
Can you please remove that attribute if there is no specific intension behind setting it?