angular
angular copied to clipboard
[Question] How to listen on keyup, keydown and keypress events
Hi everyone,
Many thanks for awesome library.
I'm trying to listen keyboard event on an textfield. I have try to use "Advanced Logic" with "Event" type and input the "keyup" event then adding an simple action. However it doesn't work. If I change the event to "focus" then it works well.
Do I miss something to make it works?
The versions I'm using are:
@formio/angular": "^5.2.0", "formiojs": "^4.14.0"
Best, Phi