I'm using jQuery with tokeninput Plugin.
I initialize it with:
$("input#id").tokenInput(url, { defaultValue: "Very Long string 1234567810", ...});
After page loading the input box has the value "Very Long string 123". After focus and blur the box, the value becomes "Very Long string 1234567810".
Anyone know how I can fix it?