Skip to content

Commit 25afb66

Browse files
committed
Add last missing innerProps
1 parent 9efac0e commit 25afb66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/chakra-components/containers.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export const ValueContainer = <
7171
cx,
7272
isMulti,
7373
hasValue,
74+
innerProps,
7475
selectProps: { size, chakraStyles },
7576
} = props;
7677

@@ -97,6 +98,7 @@ export const ValueContainer = <
9798

9899
return (
99100
<Box
101+
{...innerProps}
100102
className={cx(
101103
{
102104
"value-container": true,

0 commit comments

Comments
 (0)