i am trying to get the updated text from a text field when a user changes the text so that I can update that data in the database.
I cannot seem to find an event that works for this.
-
If I use a change script on props.text. That event fires whenever i load new records or change records.
-
If I use the onCompsitionEnd or onCompositionUpdate, these events don’t seem to be firing.
I’d really prefer not to have some pesky save button that users forget to push.