diff --git a/packages/propel/src/combobox/combobox.tsx b/packages/propel/src/combobox/combobox.tsx index 7a132b9ac6c..8f718ff81a9 100644 --- a/packages/propel/src/combobox/combobox.tsx +++ b/packages/propel/src/combobox/combobox.tsx @@ -39,6 +39,7 @@ export interface ComboboxOptionsProps { maxHeight?: "lg" | "md" | "rg" | "sm"; inputClassName?: string; optionsContainerClassName?: string; + positionerClassName?: string; } export interface ComboboxOptionProps { @@ -237,10 +238,11 @@ function ComboboxOptions({ inputClassName, optionsContainerClassName, emptyMessage, + positionerClassName, }: ComboboxOptionsProps) { const { multiSelect } = useComboboxContext(); return ( - + {showSearch && }