Open Aarbel opened 6 years ago
Thanks for the report. Currently there is no way to set tabIndex
on a ModalLink
, or to set aria props.
As a workaround, you can use a ModalRoute
and a Link
.
I'll fix this in the next round of updates.
Thanks a lot @davidmfoley
@lilfaf @vjrabanelly, here you have the information for future accessibility with ModalLinks
<ModalLink tabIndex={2} />
Doesn't work, do you know a way to fix it ? Thanks