Skip to content

Commit

Permalink
feat: fix navigation with keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Aug 9, 2024
1 parent 2548be9 commit 46ad163
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export interface TransferListProps {
}

// TODO:ME Check scrollbar styles for chrome and safari
// TODO:ME Check navigation with keyboard

export const TransferList = ({
availableItems,
Expand Down Expand Up @@ -110,7 +109,6 @@ export const TransferList = ({
onChange={handleToggle(item)}
id={labelId}
checked={checked.indexOf(item) !== -1}
tabIndex={-1}
/>
</ListGroup.Item>
)
Expand Down

0 comments on commit 46ad163

Please sign in to comment.