-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
input[type=range] + bind + ie11 #740
Comments
Dammit IE! Since I can't easily test it, does the |
On IE11, the BTW, I did my testing on Browserstack. To fix, I used both |
Hmm, to test the link above on IE11, it looks like you need to have a Promise polyfill. I've been using |
bind to change events for range inputs, as well as input events
Fixed in 1.29.2 — thanks |
It appears that bind applied to range inputs does not work on ie11.
on:change
does work though.https://svelte.technology/repl?version=1.27.0&gist=6f651445c5cb4c374b986be8cf5dcc29
The text was updated successfully, but these errors were encountered: