Have the OnBlur instead of OnChange

thumbs_up_ico0thumbs_down_ico0
Hi!
I have a field calling an action OnChange. But, I would like to have this action called only when the focus is out of the field, and not on every letter the user types within that field.
Is it possible?
Thank you.
thumbs_up_ico0thumbs_down_ico0
Hi Carolina,

On the extended properties of the textbox that the user is writing, add the OnBlur event and click (through JavaScript) on a button (hidden) that will call the OS action to save the textbox content.

If have any further question, let me know.

Best regards,

Rúben Gonçalves