carbon-components-vue icon indicating copy to clipboard operation
carbon-components-vue copied to clipboard

Accessibility finding for search element in CvDataTable toolbar

Open KJaspers opened this issue 5 years ago • 2 comments

If there is more than one CvDataTable with search enabled in the DOM tree, our Accessibility checker shows the following error: Screenshot 2020-07-01 at 09 05 44

The error relates to the element with role "search": Screenshot 2020-07-01 at 09 06 31

We need a way to define an aria-label for the search element...

KJaspers avatar Jul 01 '20 07:07 KJaspers