Skip to content

Commit 9bef1d0

Browse files
(Picklist): add .react-slds-picklist
1 parent 93fc5c2 commit 9bef1d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/Picklist.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
506506
const hasValue = values.length > 0;
507507
const containerClassNames = classnames(
508508
className,
509+
'react-slds-picklist',
509510
'slds-combobox_container',
510511
'slds-size_small'
511512
);

0 commit comments

Comments
 (0)