Skip to content

Instantly share code, notes, and snippets.

@asakusuma
Created June 17, 2016 19:06
Show Gist options
  • Save asakusuma/aad85f430f465903e56feee2b53a414c to your computer and use it in GitHub Desktop.
Save asakusuma/aad85f430f465903e56feee2b53a414c to your computer and use it in GitHub Desktop.
removeAttribute issue repro in Microsoft browsers
<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