Created
June 17, 2016 19:06
-
-
Save asakusuma/aad85f430f465903e56feee2b53a414c to your computer and use it in GitHub Desktop.
removeAttribute issue repro in Microsoft browsers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<input id="my-input" value="I have the best inputs" /> | |
<script>document.getElementById('my-input').removeAttribute('value');</script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment