How to avoid clicked key auto-repeat in blazor server?

Jawe 21 Reputation points
2022-09-15T07:55:54.72+00:00

I just want to know if a key is clicked or not and not waste server resources when it is.
Right now, i check the 'repeat' event property in client js code and use js-interop to inform blazor of clicked keys.

Is there a blazor built-in way to do this, without me having to mess with js?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,390 questions
{count} votes