onDataChange behaviour

I searched on the wiki, support system and the forum and I can’t find any reference to this problem.

I have a change of behavior to how onDataChange is called between Servoy 5 and 8.1.2 on SmartClient. Don’t know if it’s a bug or something that was announced (I can’t find the announcement).

On a text field, before, the onDataChange was fired when the user ended a field edition and got out of the field. Now, every key type calls the onDataChange. Is this normal? Is there a way to go back to the old behavior?

Thanks in advance

Wow, has that really changed in this manner in Servoy 8?

that should really not happen. it should still work as before only on focus lost (or enter/action) it should be triggered.