Hi Everyone,
I'm facing some problems while executing below script.
Xrm.Page.getControl('telephone1').addOnKeyPress(function () { /*Code*/ };
In Mozilla Firefox browser it is not working, and same script is working fine with "Chrome" and "Edge" browser.
Is there any browser compatibility issues with Mozilla Firefox browser.
Can i know Mozilla Firefox supports addOnKeyPress() event or not?
Please suggest ways to solve issue?
Thanks,
Hardik Chauhan