- useSuggestions(): {
setShowSuggestions: Dispatch<SetStateAction<boolean>>;
showSuggestions: boolean;
suggestionRef: RefObject<HTMLDivElement>;
} Returns {
setShowSuggestions: Dispatch<SetStateAction<boolean>>;
showSuggestions: boolean;
suggestionRef: RefObject<HTMLDivElement>;
}
Hook state and methods
Custom hook for managing suggestion dropdown behavior in search components
Features:
Example