materialize-tags
materialize-tags copied to clipboard
A jQuery tags input plugin based on Materialize
Am trying to implement suggestion api This is my code $('#name').materialtags({ itemValue: 'value', itemText: 'text', typeaheadjs: { name: 'name', displayKey: 'name', source: function(search, showChoices) { var a=[]; $.ajax({ url: "",...
Hi! Thank you for creating this useful plugin! Do you have idea how to exclude existing tags from dropdown? For example [Typeahead section here](http://henrychavez.github.io/materialize-tags/examples/) There are already predefined tags "Amsterdam"...