AllenFang / AllenFang/react-bootstrap-table

KeyboardNav doesn't allow keyHandlers to access links

Đang mở
#1,659 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
2.2k
Fork
761
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

When using KeyboardNav, I am unable to access any links in cells that are clickable via the mouse. This is an accessibility issue.

There doesn't seem to be a workaround since I can't attach a handler to the table cell.
```js

Tag Name

function TagNameLinkFormatter(cell,row){
let LinkString = `/schemaview/id/${row.MW_XS_ID}`
return (
{cell}
)
}

```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.