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

[2.0.0-rc.1] Regression: v-model does not work on input=range in IE11 #3439

Closed
patrickb1991 opened this issue Aug 12, 2016 · 2 comments
Closed

Comments

@patrickb1991
Copy link

Version 2.0.0-rc.1

v-model does not seem to work in Internet Explorer 11 on input type=range fields in the release candidate. It does work without any problems in version 1 of vue.js, however.

Working example with vue.js version 1: http://fiddle.jshell.net/05vax3b2/1/
Same code but with vue.js 2.0.0-rc.1 included: http://fiddle.jshell.net/kzkfv5y3/2/

@sqal
Copy link
Contributor

sqal commented Aug 13, 2016

In IE11 it doesn't work in any 2.x release

EDIT: Ok looks like it works only with .lazy modifier It's IE11 issue, because it triggers only change event http://fiddle.jshell.net/q5449c5b/

@yyx990803
Copy link
Member

Thanks @sqal for the pointer.

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

3 participants