ProcessMaker / vue-form-elements

Reusable VueJS Based Form Elements
25 stars 12 forks source link

FOUR-6696 Debounce not working properly when user types too fast #349

Closed josechirivella closed 1 year ago

josechirivella commented 2 years ago

Issue & Reproduction Steps

Debounce not working properly when the user was typing too fast on inputs on Screens. Traced it back to the debounce firing on the first keystroke instead of waiting for the user to stop typing and THEN executing the func

Solution

How to Test

Related Tickets & Packages

Code Review Checklist

caleeli commented 1 year ago

Not required anymore