flow icon indicating copy to clipboard operation
flow copied to clipboard

KeyNotifier Events should be filtered on the client side

Open simasch opened this issue 2 years ago • 0 comments

When adding a Key Listener on a KeyNotifier the keys are filtered on the server side.

Each key event is sent to the server, and this produces 1) unnecessary traffic and 2) the loading indicator is displayed very often if the key listener is on a TextField or TextArea and the user types.

Wouldn't it be better to filter the keys on the client side and only send the event if the defined key is pressed?

simasch avatar Sep 16 '22 08:09 simasch