-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update method doesn't trigger in IE11 #43
Comments
Hi @mikestreety, I tried the live demo with IE11, and it's works correctly, could you give steps to reproduce? |
Thanks for getting back to me. This pen, in IE11, doesn't work for me in IE11 |
But the live demo (https://kevinongko.github.io/vue-numeric/) does work 🤔 |
Any follow up on this? Experiencing the exact same problem in IE 11. |
Fixed in 2.2.7 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hey,
I'll come back and properly fill out this issue this afternoon, but thought I would just put it here before I forget.
The
this.update
method doesn't seem to ever get fired in IE11 or below. However thethis.process
one does.I have temporarily updated the
this.process
method to the following (i expanded the if statements while I was debugging) and remove theupdate
methodThe text was updated successfully, but these errors were encountered: