Hi I have an issue with the following code.
I have to turn the values of the field to Upper Case
on keyup event. It is working for me in Classic UI but not in Angular UI.
Im sharing the code below. Please look into it and I would really appreciate some help. Thanks in advance!
this.host = this.controller.ParentWindow;
var element = ScriptUtil.FindChild(this.host, argsPassed[i]);
element.val(element.val().toUpperCase());