cancel
Showing results for 
Search instead for 
Did you mean: 

Event OnChange or similar

Former Member
0 Kudos

Hi all,

is it possible to check whether the user made changes in an Inputfield ?

I know the OnEnter Event, but I can't force my Users to press the EnterKey after every Change. I hope that there is perhaps an other way.

May I develop a little Javascript function ?

Sincerly

Michael Kappler

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot !

thomas_szcs
Active Contributor
0 Kudos

Hi Michael,

There is the context change log. Using it will solve this problem.

Best regards,

Thomas

Former Member
0 Kudos

Thanks Thomas,

my problem isn't solved yet. I don't wanna use all the changes of the Context.

I have 2 Inputfields and 2 radiobuttons on my view. My target is to set the radiobutton 1 if field one value is lower than field two value and rb 2 if field 2 is lower than field 1. But this should happen exactly when the user made changes to one of the Inputfields. And it should work if the user leaves one of the field with the tab-key for example.

Hope you can understand better now

Greetings

former_member215843
Active Participant
0 Kudos

Hi Michael,

No, there is no event when the user leaves an input field, and there is no possibility for you to add one.

Regards,

Regina