-
Notifications
You must be signed in to change notification settings - Fork 48.3k
Changing placeholder on <input> causes onChange in IE #3484
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
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. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: