Skip to content

Instantly share code, notes, and snippets.

@dmjcomdem
Created August 16, 2018 04:36
Show Gist options
  • Save dmjcomdem/262cf312be6e8036b5c8682e16c5b8fc to your computer and use it in GitHub Desktop.
Save dmjcomdem/262cf312be6e8036b5c8682e16c5b8fc to your computer and use it in GitHub Desktop.
autosize input
<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