xoxco / jQuery-Tags-Input

Magically convert a simple text input into a cool tag list with this jQuery plugin.
http://xoxco.com/projects/code/tagsinput/
2.29k stars 826 forks source link

Autocomplete from an async source? #352

Closed FrancisBou closed 6 years ago

FrancisBou commented 6 years ago

I need to retreive data from an async source, but I can't use the standard "autocomplete_url" because my source isn't an API endpoint. Is there a way to do this with this plugin?