jquery-tokeninput
jquery-tokeninput copied to clipboard
Input resizing on keypress events
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 ;)
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?