jQuery.Autosize.Input
jQuery.Autosize.Input copied to clipboard
Fit Parent Container Width
Hello Martin,
One of the use-case i was thinking of.. I have parent div of width:200px; and when I use autosize input ..it keep on growing beyond 200px. Any suggestions? I was thinking of:
- Find the parent element where the input is attached and get the width
- pass maxWidth options to constructor
http://jsfiddle.net/mJMpw/1280/
Thanks