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

Doesn't work in IE 11 #3

Closed
dubcanada opened this issue May 3, 2017 · 4 comments
Closed

Doesn't work in IE 11 #3

dubcanada opened this issue May 3, 2017 · 4 comments

Comments

@dubcanada
Copy link

This mask input breaks IE 11, won't let you enter anything into the forms.

@dubcanada
Copy link
Author

Managed to fix it by changing line

95 of TheMask.vue to

  if (newValue !== '') {
    this.setPosition(position)
  }

from

    this.setPosition(position)

@neves
Copy link
Member

neves commented May 3, 2017

Can you provide a reproducible example? I tried here in ie 11 and worked.

@dubcanada
Copy link
Author

Load up IE 11 go to https://vuejs-tips.github.io/vue-the-mask/ and try and type in any of those fields. You can't.

Tried it on my local IE 11 & browerstack IE 11.

@neves
Copy link
Member

neves commented May 17, 2017

Can you try on IE with the recent released version, 0.8.0?

@neves neves closed this as completed Jun 6, 2017
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