Debounce date input loads to prevent mid-type API calls
Typing a date manually (e.g. "21") fires onChange on each keystroke, so "2" would trigger a load for the 2nd before "21" was complete. Added a 600ms debounce on the week-start and since-date inputs so the load only fires after the user stops typing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0b63543e1f
commit
f1ba176195
4 changed files with 15 additions and 15 deletions
127
frontend/dist/assets/index-pKsveas1.js
vendored
127
frontend/dist/assets/index-pKsveas1.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue