Replies: 3 comments 1 reply
-
Yeah, this is a little confusing. If you watch this example video you see the debounce is working as expected and there is only one AJAX call: Kapture.2024-06-21.at.20.16.20.mp4However, there are two "actions" queued up and they each call the |
Beta Was this translation helpful? Give feedback.
-
@cro I added a |
Beta Was this translation helpful? Give feedback.
-
Fantastic! I will try it out in the next day or so! |
Beta Was this translation helpful? Give feedback.
-
I have a search component
and in the python file
Placing a breakpoint in PyCharm on the update_search function shows it being called for every keypress. I expected it to be called once (as long as there is less than 1 second between each keypress). What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions