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

Debounce auto submission (Query change) #79

Open
Renzo-codespace opened this issue Oct 23, 2023 · 0 comments
Open

Debounce auto submission (Query change) #79

Renzo-codespace opened this issue Oct 23, 2023 · 0 comments

Comments

@Renzo-codespace
Copy link
Collaborator

Implementing debounce to cancel previous searches and only submit latest queries

Scenario:

  • User quickly changes the search query

    Given:

    • I am a user on the search page of the recipe app

    When:

    • I type a query into the search box
    • AND I quickly erase it and type a new query

    Then:

    • The app should cancel the previous search
    • AND only submit the latest search query after I stop typing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants