Debounce on an input doesn't appear to work

Wappler Version : 4.9.1
Operating System : Win 10
Server Model: Node JS
Database Type: PostgreSQL
Hosting Type: Docker

Expected behavior

When you set a debounce on something like a ‘search input’ the API shouldn’t be called till after the debounce time.

Actual behavior

The API is being called with every keystroke regardless of debounce time.

How to reproduce

Here is the input i have:

<input id="inp_quickSearch" name="inp_quickSearch" type="text" class="form-control form-control-sm" placeholder="Search" dmx-on:updated.debounce:6000="quickSearch.setValue(value)">

The 6000 was just to ensure i could see the delay. With this, the API that this search filed is related too is being called with every keystroke.

I have also tried this with dmx-on:changed and dmx-on:input

Community Page
Last updated: