alexgorbatchev / jquery-textext

A super awesome, customizable text input supporting tags, autocomplete, ajax and other goodness in a crazy cool a-la cart way.
http://textextjs.com
MIT License
1.27k stars 202 forks source link

Initialization issue #200

Open burkicedi opened 8 years ago

burkicedi commented 8 years ago

As you can see in the picture, after the initial load by calling "tagsItems" of the already existing tags the cursor start at the very left instead after the last tag. Can somebody help me please?

textextissue

jptweb commented 7 years ago

I am having the same problem here, if I find a fix I will post it.

fegabj commented 6 years ago

textext.plugin.ajax.js file

line 227 add this code

setTimeout(function` () { core.invalidateBounds(); }, 1000);