react-virtualized
react-virtualized copied to clipboard
Adding role list to List component
Added role=list for the List component as currently it has role="grid" which is creating accessibility issue in mac voiceover. Here is the issue ticket - https://github.com/bvaughn/react-virtualized/issues/1657
Are there any unit tests that could be added/updated for this?