-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing first element does not correctly update field values #11
Comments
this is a big bug... it looks like autoSuggest maintenance is pretty slow. |
Fixed this in my local version by initially filling the field with a single comma, will submit a pull request when I get time. |
Thanks man |
I haven't submitted a pull request yet, but the updated file I mentioned can be found here: https://github.com/Dachande663/Plex-Export/blob/v2/templates/bacon/assets/js/jquery.autoSuggest.js |
Ok I made the update, thanks man!! send a pull request... I don't think he is actively maintaining this.... we should fork it and maintain a separate copy ha |
jquery.autosuggest.js:168
values_input.val(values_input.val().replace(","+last+",",","));
Fails to replace the item if the item is the first in the series as there is no preceeding comma.
The text was updated successfully, but these errors were encountered: