Skip to content

Commit de94337

Browse files
(Picklist): enable to open a picklist with Tab key
1 parent e1721e4 commit de94337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scripts/Picklist.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,8 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
499499
focusedValue ? `${optionIdPrefix}-${focusedValue}` : undefined
500500
}
501501
onClick={onClick}
502+
onKeyDown={onKeyDown}
503+
onBlur={onBlur}
502504
{...rprops}
503505
>
504506
<span className='slds-truncate'>{getSelectedItemLabel()}</span>

0 commit comments

Comments
 (0)