hi
↧
you can achieve this by writing the javascript code on change event of DropDownList1
var a = xfa.event.newText;
and write another javascript code on exit of DropDownList1
DropDownList1.formattedValue = a;
hope it will work.
Regards,
Jitendra