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

can't read selectionStart property on input type ('email') #24

Open
kucherenkovova opened this issue May 15, 2016 · 4 comments
Open

can't read selectionStart property on input type ('email') #24

kucherenkovova opened this issue May 15, 2016 · 4 comments

Comments

@kucherenkovova
Copy link
Contributor

image

@gabrielstuff
Copy link
Member

@kucherenkovova well this is "normal" input field type email does not support selection :)
What do you need it for ?

@gabrielstuff
Copy link
Member

This response pretty much explains it all : http://stackoverflow.com/a/25569117/632926

@kucherenkovova
Copy link
Contributor Author

@gabrielstuff Yea, it works fine with normal input. But if we have input type email Piano.js doesn't check it on initialization, gives us no warnings and only when you press a button on virtual keyboard it causes an error.

@gabrielstuff
Copy link
Member

Well let's fix this and use the proposed solution above.

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

No branches or pull requests

2 participants