❔ Delayed call to a function
I am writing search in Blazor and the search needs to happen without enter or tab press.
What I want is for a timer to be incremented on each key-press and once typing stops and delay is achieved, it should call the function.
Few of the methods I tried call the search many times.
What I want is for a timer to be incremented on each key-press and once typing stops and delay is achieved, it should call the function.
Few of the methods I tried call the search many times.