Skip to content

Commit

Permalink
add currrent param
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson committed Oct 21, 2021
1 parent 3d5f23b commit 8a15259
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ export default function PluginFilterSelect(props: PluginFilterSelectProps) {
// @ts-ignore
value={filterState.value || []}
disabled={isDisabled}
getPopupContainer={showOverflow ? () => parentRef : undefined}
getPopupContainer={
showOverflow ? () => parentRef?.current : undefined
}
showSearch={showSearch}
mode={multiSelect ? 'multiple' : 'single'}
placeholder={placeholderText}
Expand Down

0 comments on commit 8a15259

Please sign in to comment.