issues
search
CodeSpace-Academy
/
ASE_2023_GROUP_E
https://rando-sando-group-e.vercel.app
2
stars
0
forks
source link
Debounce auto submission (Short query)
#184
Closed
Renzo-codespace
closed
1 year ago
Renzo-codespace
commented
1 year ago
Implementing debounce for auto submission of search queries
Scenario:
User types a query into the search box
Given:
I am a user on the search page of the recipe app
When:
I start typing a query into the search box
Then:
The app should not automatically submit the search until a specified delay (e.g., 500ms) after I stop typing
Implementing debounce for auto submission of search queries
Scenario:
User types a query into the search box
Given:
When:
Then: