Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mottie keyboard resets after every keypress when input type is email #302

Closed
eurochriskelly opened this issue Aug 21, 2014 · 2 comments
Closed

Comments

@eurochriskelly
Copy link

Hi Mottie,
I noticed that when I switched my input type from text to email, e.g.

<input type="email" />

... the keyboard overwrites every key typed. I can work around it by changing the input type back to text and then writing my own custom validation function but it seems like the wrong way to approach it. Can you recommend a more native workaround?

Many thanks,
Chris

@Mottie
Copy link
Owner

Mottie commented Aug 22, 2014

Hi @eurochriskelly!

Please see issue #241... Modern browsers have stopped supporting caret position in email and number type inputs (ref).

@eurochriskelly
Copy link
Author

Thanks. That's good to know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants