diff --git a/packages/components/src/core/Autocomplete/index.tsx b/packages/components/src/core/Autocomplete/index.tsx index 3a6d726c2..4145d5fa4 100644 --- a/packages/components/src/core/Autocomplete/index.tsx +++ b/packages/components/src/core/Autocomplete/index.tsx @@ -108,6 +108,10 @@ const Autocomplete = < const [inputValue, setInputValue] = useState(""); + /** + * (masoudmanson): Using a custom Popper or Paper with the Autocomplete + * without a useCalback results in scroll jumps while selecting an option! + */ const defaultPopperComponent = useCallback((popperProps: PopperProps) => { return (