Skip to content

Commit 39a307d

Browse files
(Lookup): add .react-slds-lookup
1 parent 41aaf78 commit 39a307d

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
@@ -1251,6 +1251,7 @@ export const Lookup = createFC<LookupProps, { isFormElement: boolean }>(
12511251

12521252
const containerRef = useRef<HTMLDivElement | null>(null);
12531253
const containerClassNames = classnames(
1254+
'react-slds-lookup',
12541255
'slds-combobox_container',
12551256
{
12561257
'slds-has-selection': hasSelection,

0 commit comments

Comments
 (0)