Skip to content

Commit

Permalink
fix(dueling-picklist): removed double focus on ul
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee White committed Jul 21, 2017
1 parent ef8c2be commit c231132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/components/dueling-picklist/base/example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const ListBox = props =>
aria-multiselectable="true"
className="slds-listbox slds-listbox_vertical"
role="listbox"
tabIndex="0"
>
{ props.options.map(option =>
<Option key={_.uniqueId('cell-resize-handle-')} option={option} />
Expand Down

0 comments on commit c231132

Please sign in to comment.