-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Changing placeholder on <input> causes onChange in IE #3484
Comments
We're having issues with this too and had to put in a workaround to deal with it. @zpao is this on your roadmap? |
Having the same issue with |
I have the same issue as @jmca, when adding a placeholder a textarea, with no value, the onChange event is fired. |
I hava the same issue. A input with a placeholder and no value, the onChange event is fired. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check: http://jsfiddle.net/L90hzdmo/5/
Tested in IE10. Likely related to #3377.
The text was updated successfully, but these errors were encountered: