You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, Great addition to chosen! I've added a comment with link to this repo, here: harvesthq/chosen#79
It works great the only issue I see is some weird styling issue, where the text field shrinks to ~4 or 5 characters as you type in a search term, so that you only see the first few letters. It happens for me if you type in a long state name on your demo page here: http://dev.meltingice.net/ajax-chosen/ using Chrome, Safari, Firefox, etc.
The text was updated successfully, but these errors were encountered:
I am seeing this styling behavior and moreover have the problem that when I switch from fancy string similarity comparison to traditional "contains" autocomplete the search box won't search right away after loading. Then once the user has entered three or four characters the plugin seems to work.
@earnold I checked out your fork but couldn't get it to work with the ajax data code. Could you post your example so I can try your fork? thanks
Hi there,
First off, Great addition to chosen! I've added a comment with link to this repo, here: harvesthq/chosen#79
It works great the only issue I see is some weird styling issue, where the text field shrinks to ~4 or 5 characters as you type in a search term, so that you only see the first few letters. It happens for me if you type in a long state name on your demo page here: http://dev.meltingice.net/ajax-chosen/ using Chrome, Safari, Firefox, etc.
The text was updated successfully, but these errors were encountered: