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?