File tree 1 file changed +3
-0
lines changed
packages/design-system/src/components/Combobox
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import { ANIMATIONS } from '../../styles/motion';
16
16
import { inputFocusStyle } from '../../themes' ;
17
17
import { Field , useField } from '../Field' ;
18
18
import { Loader } from '../Loader' ;
19
+ import { ScrollArea } from '../../utilities/ScrollArea' ;
19
20
20
21
/* -------------------------------------------------------------------------------------------------
21
22
* ComboboxInput
@@ -264,6 +265,7 @@ const Combobox = React.forwardRef<ComboboxInputElement, ComboboxProps>(
264
265
</ Trigger >
265
266
< ComboboxPrimitive . Portal >
266
267
< Content sideOffset = { 4 } >
268
+ < ScrollArea >
267
269
< Viewport ref = { viewportRef } >
268
270
{ children }
269
271
{ creatable ? (
@@ -291,6 +293,7 @@ const Combobox = React.forwardRef<ComboboxInputElement, ComboboxProps>(
291
293
) : null }
292
294
< Box id = { intersectionId } width = "100%" height = "1px" />
293
295
</ Viewport >
296
+ </ ScrollArea >
294
297
</ Content >
295
298
</ ComboboxPrimitive . Portal >
296
299
</ ComboboxPrimitive . Root >
You can’t perform that action at this time.
0 commit comments