-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
$('.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
Labels
No labels