Hello. I have a problem then i try add email alias on input with type "email". Stack trace:
app.js:1284 Uncaught TypeError: el.inputmask._valueSet is not a function
at Inputmask.maskScope (app.js:1284)
at Inputmask.remove (app.js:1445)
at HTMLInputElement.<anonymous> (app.js:1425)
at Function.each (jquery.js:365)
at Inputmask.mask (app.js:1421)
at HTMLInputElement.<anonymous> (app.js:1728)
at Function.each (jquery.js:365)
at jQuery.fn.init.each (jquery.js:137)
at jQuery.fn.init.$.fn.inputmask.$.fn.inputmask (app.js:1727)
at HTMLDocument.<anonymous> (registrationcreate:549)
+1, adding a JSFiddle to demonstrate the issue : fiddle
@airetnes , @cyrilmesvayn ,
See https://html.spec.whatwg.org/multipage/forms.html#do-not-apply
It is not possible to position the caret with input type=email
Most helpful comment
@airetnes , @cyrilmesvayn ,
See https://html.spec.whatwg.org/multipage/forms.html#do-not-apply
It is not possible to position the caret with input type=email