Closed fernandoval closed 6 years ago
I've just checked with Chrome, I cound not find the problem, can you explain more about your issue (browser, version, screenshot, etc.)
I did more tests and the strange situation gone.
I suppose the browser cache was using the v1.0 instead of loading the v1.1 when the problem was occurring.
Sorry for the inconvenience.
Sorry.
Now I found the problem again.
When in a fresh screen, the user clicks in the field, the cursor does not appear.
But, if the user navigate between fields with tab key, or go out and back to the browser, the cursor appear.
This happens only with jQuery v3.3.1.
Ok I found the problem, I miss an css Just add :
.tokenize > .tokens-container > .token-search {
min-width: 10px;
}
When in jQuery 3.3.1 the cursor does not appear.
With jQuery 3.2.1 all looks good.