helix-website
helix-website copied to clipboard
fix(rum-explorer): introduces 3s debounce to filter input field
Description
This update adds debounce functionality to an input field, where input events trigger a 3-second delay before updating the state and redrawing for better user experience.
Related Issue
none
Motivation and Context
This change improves responsiveness and usability by reducing frequent updates caused by rapid typing in the input field. The debounce delay optimizes performance by limiting the frequency of updates.
How Has This Been Tested?
on my local
Screenshots (if appropriate):
none
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] I have signed the Adobe Open Source CLA.
- [x] My code follows the code style of this project.
- [x] My change requires a change to the documentation.
- [x] I have updated the documentation accordingly.
- [x] I have read the CONTRIBUTING document.
- [x] I have added tests to cover my changes.
- [x] All new and existing tests passed.
@ekremney move the branch to the current repo, test again, then merge.
@vdua @ekremney please raise a new PR from the adobe repo