Skip to content

Instantly share code, notes, and snippets.

@flyfloor
Last active October 16, 2015 02:03
Show Gist options
  • Select an option

  • Save flyfloor/fac1fe47649beb278f91 to your computer and use it in GitHub Desktop.

Select an option

Save flyfloor/fac1fe47649beb278f91 to your computer and use it in GitHub Desktop.
auto extend input
e.target.style.width = (e.target.value.length + 1) * 8 + 'px'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment