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

cursor position problem with ie10 #182

Closed
Darkein opened this issue Apr 11, 2014 · 0 comments
Closed

cursor position problem with ie10 #182

Darkein opened this issue Apr 11, 2014 · 0 comments

Comments

@Darkein
Copy link

Darkein commented Apr 11, 2014

Hi!

First, thanks for your work.
i have a problem with ie10. When i click in the input already filled, the cursor position move to the first char.

this is because the value is re-evaluated and re-setted, even if it's the same. I've temporary fixed the problem by updating the input value only if it's different from the new value in the 'onSelect' function, but i think this function shouldn't be call at all if the new value is the same as the current value.

Thanks!

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