Before I started experimenting with jQWidgets in React, I was using jQuery to add a ‘keyup’ event listener to a jqxEditor (and this worked fine), but in React, I don’t seem to be able to (possibly because I’m not using jQuery anymore, and I don’t want to have to resort to using it).
Are there any plans to support keypress/keydown/keyup listeners to JqxEditor in future?
I’m going to have to use a plain textarea for now (luckily, it’s for plain text so I probably didn’t need to use a jqxEditor all along, but I’m sure I’ll need it one day).
Thanks.