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.
Tab
1 parent e1721e4 commit de94337Copy full SHA for de94337
src/scripts/Picklist.tsx
@@ -499,6 +499,8 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
499
focusedValue ? `${optionIdPrefix}-${focusedValue}` : undefined
500
}
501
onClick={onClick}
502
+ onKeyDown={onKeyDown}
503
+ onBlur={onBlur}
504
{...rprops}
505
>
506
<span className='slds-truncate'>{getSelectedItemLabel()}</span>
0 commit comments