We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49afc2b commit 445120fCopy full SHA for 445120f
src/scripts/Lookup.tsx
@@ -533,6 +533,7 @@ class LookupCandidateList<LookupEntry extends Entry> extends Component<
533
className={lookupMenuClassNames}
534
style={listStyles}
535
role='listbox'
536
+ tabIndex={-1}
537
onKeyDown={this.onKeyDown}
538
>
539
{header ? <div className='slds-lookup__item'>{header}</div> : undefined}
0 commit comments