Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debounce option to Autocomplete settings UI #432

Open
tw2113 opened this issue Oct 22, 2024 · 0 comments
Open

Add debounce option to Autocomplete settings UI #432

tw2113 opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tw2113
Copy link
Member

tw2113 commented Oct 22, 2024

Much like we have hitsPerPage: config[ 'max_suggestions' ], and the config variable providing per-autocomplete index configurations, let's look into also doing the same with debounce.

It will need to be provided as milliseconds inside our algolia.autocomplete.sources.forEach(()=>{}) loop.

Also need to figure out, as best we can, what the closest to default is within the autocomplete library and use that as the default for the UI.

With us still working out how to best handle Autocomplete 1.x, making this UI item useful for that as well will be most beneficial.

@tw2113 tw2113 added the enhancement New feature or request label Oct 22, 2024
@WebDevStudios WebDevStudios deleted a comment Oct 25, 2024
@daveromsey daveromsey self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@tw2113 @daveromsey and others