mdbootstrap / bootstrap-templates

A collection of free Bootstrap 5 templates.
https://mdbootstrap.com/freebies/
3.07k stars 1.02k forks source link

Error for local source typeahead #608

Closed trsteel88 closed 2 years ago

trsteel88 commented 7 years ago

Is this plugin still compatible with bootstrap 2?

I get an error when using the following and I try to select a typeahead value.

$('input.core-tags').tagsinput({
    typeahead: {
        source: ['Amsterdam', 'Washington', 'Sydney', 'Beijing', 'Cairo']
    }
});

Twitter Bootstrap typeahead js file is included.

screen shot 2017-07-18 at 12 24 39 pm