Posted 8 April 2018, 10:26 pm EST
Hi team,
I’m using the InputMask control as below:
html:
ts:
const wjOptions = {
value: ‘123’,
mask: ‘0-0-0’,
};
const wjInput = new InputMask(‘#inputmask’, wjOptions);
(I also attach the source)
Problem:
Running on chrome not problem.
However, on Edge, the inputmask cotrols are always focused.
Is this a wijmo bug?
If not, please help me resolve.
Many thanks.
