Skip to content

Commit c231132

Browse files
author
Lee White
committed
fix(dueling-picklist): removed double focus on ul
1 parent ef8c2be commit c231132

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/components/dueling-picklist/base/example.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ const ListBox = props =>
7878
aria-multiselectable="true"
7979
className="slds-listbox slds-listbox_vertical"
8080
role="listbox"
81-
tabIndex="0"
8281
>
8382
{ props.options.map(option =>
8483
<Option key={_.uniqueId('cell-resize-handle-')} option={option} />

0 commit comments

Comments
 (0)