cancel
Showing results for 
Search instead for 
Did you mean: 

Updating data in input filed

Former Member
0 Kudos

Hi Iam new to WD java i have one issue ie,

I have one input field name is FIRST in that I will select one value u2026.. and I have other input filed that is SECOND I will select one value Based on this two fields I have one more filed called THIRD. when ever I select the above values the related account number will be coming from backend u2026..

Now the problem after entering the data atlast when we update the filed with new data in First filed automatically the THIRD filed which consists of data should be blank

can you please tell me the logic of this how to do in terms of coding pls ....

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is "onEnter" event for Input UI element. Write an action and set this action for "onEnter" event of the FIRST input field . In this action, set the context attribute for the THIRD Input field to empty string "".

Hope this helps. If possible, give more details so that someone else may have a better answer.

Former Member
0 Kudos

You can also use the "onChange" event which is triggered as soon as the InputField loses the focus.

Answers (0)