1

I have a primefaces editor in which the user inputs data, and another editor where some information must be outputted in real time as the input changes. However the the onchange event seems to always be one key stroke behind, meaning that if the user types "Hello world" the output would be "Hello worl". and if the user were to delete one letter (d) the output would become "Hello world". This is not the behaviour I want for my UI. Both editors are inside a jsf composite component.

I trieed binding the input to an onkeyup event but it doesn't change anything.

Ariadenus
  • 23
  • 3

0 Answers0