Skip to content

Commit

Permalink
fix(carousel): remove tab index from carosousel item/card
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Irby committed Apr 27, 2020
1 parent ed62ac1 commit 850bff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/carousel/src/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export default function Carousel({ controls, size, ...props }) {

return cloneElement(item, {
key: itemIndex,
tabIndex: isActivePage ? 0 : -1,
isActivePage,
itemIndex,
itemsPerPage: perPage,
Expand Down

0 comments on commit 850bff3

Please sign in to comment.