Add onkeyup event to textarea

Hi there,
I'm unable to find out how to add an 'onkeyup' event to my textarea. I need to detect some characters.

Thanks

Hey @poto, welcome to the fam :hugs:

You can use the Change event handler on the component and trigger the query that runs your logic.

Does that work for you?

Thank you @minijohn pour quick answering. I'm aware of 'change' event, but wondering why we don't have access to all events a textarea can have...

+1 thank you @minijohn :heart:

And hi @poto! Stepping in here as well. Currently, we just have the Change, Focus and Blue event handlers built out for this component. Are there any other event handlers you'd like to see in the product?