Inputmask: input type email not supported. why?

Created on 3 Mar 2017  路  2Comments  路  Source: RobinHerbots/Inputmask

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)

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

All 2 comments

+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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ErikPham picture ErikPham  路  5Comments

subarachnid picture subarachnid  路  5Comments

alexey-m-ukolov picture alexey-m-ukolov  路  4Comments

RipDevil picture RipDevil  路  5Comments

TiGR picture TiGR  路  3Comments