Hi,Please debug your code by putting alerts in between the lines coz for me code is working fine.app.alert(returnValue);app.alert(returnValueReq);Hope this helps.
Hi,You can write in the 'exit' event of the field and it will give the name of the field type, which you can use and refine your code further.app.alert(this.ui.oneOfChild.className);Hope this helps.