Login to follow
Debounce

Debounce (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 19 March 2024 by OutSystems Champions
Debounce

Debounce (ODC)

Documentation
1.0.0

How to use

  1. Add an input to the screen
  2. Give the input a name
  3. Drag the Debounce widget underneath the input. This is important, it can't be placed before the input or else the binding will fail.
  4. Create an action to the OnDebounce event
  5. Optional: Configure a time for the Debounce timeout (default is 350ms)
  6. Done