appsmithorg / appsmithorg/appsmith
[Bug]-[0]:lodash's debounce doesn't work as expected
Open
Bug
Custom JS Libraries
Javascript Product
Low
Production
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 45
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
No Alert is visible when tried `{{_.debounce(() => showAlert('heelo'),500)}}`
### Steps To Reproduce
1. Try to add `{{_.debounce(() => showAlert('heelo'),500)}}` in input widget
2. Type in input widget
3. See the issue.
Expected behaviour -
Alert should be visible when the user stops typing and the 500ms wait is completed.
### Environment
Production
### Version
Cloud
Contributor guide
Assessment
This issue has not been assessed yet.