Altinn / altinn-design-system

Design system v2
https://designsystem.altinn.studio/
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Fixed WCAG issue with focusable TableRow #265

Closed framitdavid closed 1 year ago

framitdavid commented 1 year ago

Description

There's no reason that TableRow should be focusable by tabIndex as default because the content within TableRow will automatically be focusable if they are interactive elements.

By removing the tabIndex we have the same tab-behaviour as material and bootstrap tables.

Related Issue(s)

Verification

Documentation