Avatar

Correct answer by
Level 10

Hi Shreedhar,

I haven't looked at the blog, but the most appropriate property to use with the change event is xfa.event.newText instead of .rawValue.

So, as Javascript:

txtSelected.rawValue = xfa.event.newText; 

Hope that helps,

Niall

View solution in original post