v2 API builder debounce not working and toddle test vs preview in new tab not matching
Leon Marseglia
1 month ago
Nov 7, 2024, 8:18 PM
I migrated an api to v2 of api builder and now debounce doesn't seem to work (I have a input field for search and debounce of 300ms which worked before migration). Also when i type into my input and then clear the input, the api triggers and shows all results via toddle test (press T). This is what I want. However when i preview in new tab, type in the input then clear the input i get 0 search results. Weird that I get 2 different outcomes but it's the same project version? @Andreas Møller not sure if I'm missing something here?
unicodes
1 month ago
Nov 7, 2024, 10:06 PM
Leon, can you try please with a debounce of 1000ms (bigger delay is easy to understand if works), and try again? Please record it if possible, it would help to understand what is happening.