Skip to content

Debounce the IntelligentAutoComplete suggestion computation #986

Description

@RUKAYAT-CODER

Overview
src/components/search/IntelligentAutoComplete.tsx:20 calls getSearchSuggestions(value) synchronously on every keystroke via useMemo([value]) with no debounce, running the full suggestion search on each character typed. Debounce the input before computing suggestions.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions