Skip to content

Using typeahead #11

@sangyoo91

Description

@sangyoo91
$('.tagsinput').tagsinput({
        confirmKeys: [13, 32, 188], //Enter Space Comma
        maxTags: 5,
        trimValue: true,
        maxChars: 16,
        tagClass: 'label label-default tagCustom',
        typeahead: {
            source: ['css', 'javascript', 'jquery', 'meteor', 'mongodb', 'php', 'mysql', 'clojure', 'html', 'less']
        },
        freeinput: true
    });

This is not working for me.
I don't see a dropdown for typeahead. What is the problem?

How would I use typeahead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions