Skip to content

Commit 445120f

Browse files
committed
allow to catch mouse focus in lookup candidate list
1 parent 49afc2b commit 445120f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/Lookup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ class LookupCandidateList<LookupEntry extends Entry> extends Component<
533533
className={lookupMenuClassNames}
534534
style={listStyles}
535535
role='listbox'
536+
tabIndex={-1}
536537
onKeyDown={this.onKeyDown}
537538
>
538539
{header ? <div className='slds-lookup__item'>{header}</div> : undefined}

0 commit comments

Comments
 (0)