Skip to content

ProtonMail/jQuery.Autosize.Input

 
 

Repository files navigation

A jQuery plugin which automatically resizes the width of input fields according to the content, while typing.

You can see a live example here: http://jsfiddle.net/mJMpw/617/

  • Enable using $(selector).autosizeInput() or data attribute <input type="text" value="" placeholder="Autosize" data-autosize-input='{ "space": 40 }' />
  • Use css min/max-width to limit the size.
  • Use css "transition: width 0.3s;" etc. if you want a nice animation when the width is changed.
  • Have fun! :)

About

A jQuery plugin which automatically resizes the width of input fields according to the content, while typing.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.4%
  • TypeScript 45.6%