jQuery.Autosize.Input
jQuery.Autosize.Input copied to clipboard
A jQuery plugin which automatically resizes the width of input fields according to the content, while typing.
jsfiddle
does the jsfiddle work? it doesnt seem to work for me.
I'm using typeahead and the autosizing isn't working for values set by typeahead. Would reinitializing the plugin on the input after a selection is chosen be the best solution? Or...
It would be really nice to be able to write 'npm install jQuery.Autosize.Input' to use this in my application :)
Add destroy method. It removes mirror and handlers from Can be used in: #21 #26
Sometimes we want to have a dynamic width even when the input is smaller than the placeholder. To do that, we may drop the width css attribute. Here is an...
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?...
Hello. I have text input with empty value and I expect it should have min-width. But it decrease size only after key events. [Example](http://jsfiddle.net/ags9vdpa/1/)
I use Autosize plugin to control size of an in-place input control. I create `` dynamically each time user clicks on editable data. Autosize dutifully creates a mirror `` each...