maxwells / bootstrap-tags

Bootstrap-themed jquery tag interface
MIT License
550 stars 134 forks source link

ajax autocomplete option #48

Open pv123 opened 9 years ago

pv123 commented 9 years ago

Hi. Is it possible to use the plugin with autocomplete made with ajax? Can someone provide a sample code? Regards.

luckydonald commented 7 years ago

I don't think there is something like

on_autocomplete: function(entered_text) {
    return ["foo", "bar"]
}

yet. Would be great.