react-bootstrap-table2 icon indicating copy to clipboard operation
react-bootstrap-table2 copied to clipboard

WCAG Accessibility Issues Flagged

Open DChan0823 opened this issue 4 years ago • 1 comments

Sortable headers are not structured appropriately.

  1. Role for the trigger to sort the column is missing
  2. Accessible text provided using aria-label is not meaningful. Screen reader users will not be able to understand the meaning of asc/desc
  3. aria-sort is not provided on element.

    Please update table to satisfy these WCAG Accessibility Issues

DChan0823 avatar Sep 27 '21 14:09 DChan0823

Just give an option to set the aria-tags.. there should be a {...props} spread on the input field

jonaspraem avatar Mar 23 '22 10:03 jonaspraem