Created
August 16, 2018 04:36
-
-
Save dmjcomdem/262cf312be6e8036b5c8682e16c5b8fc to your computer and use it in GitHub Desktop.
autosize input
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
<input type="text" oninput="this.style.width = (this.value.length + 1 ) * 8 + 'px'"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment