jquery-tokeninput icon indicating copy to clipboard operation
jquery-tokeninput copied to clipboard

Input resizing on keypress events

Open smnplk opened this issue 13 years ago • 1 comments

I think that it's useful to have an option to disable this feature. I added 'resizeInput' field to settings. It solves the problem here http://stackoverflow.com/questions/11249513/jquery-tokeninput-cuts-defaultvalue-after-14-characters/11605828#11605828

Thanks for the great plugin ;)

smnplk avatar Jul 23 '12 02:07 smnplk

I left same question under the b54efe8 commit: is there a reason to disable the entire logic inside the resize routine? Why not just enable/disable the actual resize line, leaving the rest of the implementation intact?

GiorgiStoynev avatar Sep 10 '13 19:09 GiorgiStoynev